|
|
Download Matrix |
|
Download for Windows
Matrix.zip
Matrix_zip (for those with .zip filters, rename the file to Matrix.zip after download). Contains: Matrix.cpp Matrix.h cmatrix.h cmatrix_basic.lib example_main.cpp (an example main function) Add the files Matrix.cpp, Matrix.h, and cmatrix.h to your project. Include cmatrix_basic.lib as an additional dependency for the linker options. If you get the linker warning (microsoft compilers): "LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other libs; use /NODEFAULTLIB:library" Add "libcmt.lib" to the "Ignore Specific Library" Field in "ConfigurationProperties/Linker/Input". Click here for more info. |
Download for
Linux Contains: Matrix.cpp Matrix.h cmatrix.h cmatrix_basic.a (a static library file) main.cpp (an example main function) buildscript.txt (compiles the code for the simple example) The library is available for many flavors of linux. The version provided was compiled using g++ with SUSE 10.2. If you require a different flavor (for the static library file) contact info@zenautics.com. |
|
|