Spectral analysis.
Fork of Array_Matrix by
Revision 3:48ec80041973, committed 2017-08-30
- Comitter:
- mladjo1993
- Date:
- Wed Aug 30 07:43:07 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 |
diff -r a25dba17218c -r 48ec80041973 Array.hpp --- 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 {
diff -r a25dba17218c -r 48ec80041973 Matrix.hpp --- a/Matrix.hpp Mon Aug 15 07:11:16 2016 +0000 +++ b/Matrix.hpp Wed Aug 30 07:43:07 2017 +0000 @@ -9,7 +9,7 @@ #include "Array.hpp" -namespace Mikami +namespace etf { template <class T> class Matrix {