Spectral analysis

Dependents:   F746_GUI

Fork of Array_Matrix by 不韋 呂

Files at this revision

API Documentation at this revision

Comitter:
mladjo1993
Date:
Wed Aug 30 07:42:41 2017 +0000
Parent:
2:a25dba17218c
Commit message:
Final version

Changed in this revision

Array.hpp Show annotated file Show diff for this revision Revisions of this file
Matrix.hpp Show annotated file Show diff for this revision Revisions of this file
--- a/Array.hpp	Mon Aug 15 07:11:16 2016 +0000
+++ b/Array.hpp	Wed Aug 30 07:42:41 2017 +0000
@@ -12,7 +12,7 @@
 #ifndef MIKAMI_ARRAY_HPP
 #define MIKAMI_ARRAY_HPP
 
-namespace Mikami
+namespace etf
 {
     template <class T> class Array
     {
--- a/Matrix.hpp	Mon Aug 15 07:11:16 2016 +0000
+++ b/Matrix.hpp	Wed Aug 30 07:42:41 2017 +0000
@@ -9,7 +9,7 @@
 
 #include "Array.hpp"
 
-namespace Mikami
+namespace etf
 {
     template <class T> class Matrix
     {