Spectral analysis.

Fork of Array_Matrix by 不韋 呂

Revision:
3:48ec80041973
Parent:
2:a25dba17218c
--- a/Array.hpp	Mon Aug 15 07:11:16 2016 +0000
+++ b/Array.hpp	Wed Aug 30 07:43:07 2017 +0000
@@ -12,7 +12,7 @@
 #ifndef MIKAMI_ARRAY_HPP
 #define MIKAMI_ARRAY_HPP
 
-namespace Mikami
+namespace etf
 {
     template <class T> class Array
     {