Add NTMatrix including builder and unit tests

This commit is contained in:
Dave Hickin
2015-08-20 07:56:20 +01:00
parent 5f8922e349
commit 7d0b6d86ea
6 changed files with 706 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ INC += nttable.h
INC += ntmultiChannel.h
INC += ntscalarMultiChannel.h
INC += ntndarray.h
INC += ntmatrix.h
LIBSRCS += ntutils.cpp
LIBSRCS += ntfield.cpp
@@ -25,6 +26,7 @@ LIBSRCS += nttable.cpp
LIBSRCS += ntmultiChannel.cpp
LIBSRCS += ntscalarMultiChannel.cpp
LIBSRCS += ntndarray.cpp
LIBSRCS += ntmatrix.cpp
LIBRARY = nt