C++ matrix template classe for mathematics.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Marc Wäckerlin 8985f1a5e8 fix C++11 detection 8 years ago
debian initial project 8 years ago
doc initial project 8 years ago
examples first approach including first tests 8 years ago
src more operators more tests 8 years ago
test more operators more tests 8 years ago
AUTHORS initial project 8 years ago
COPYING fix C++11 detection 8 years ago
ChangeLog fix C++11 detection 8 years ago
INSTALL fix C++11 detection 8 years ago
NEWS initial project 8 years ago
README initial project 8 years ago
autogen.sh initial project 8 years ago
ax_check_qt.m4 initial project 8 years ago
ax_cxx_compile_stdcxx_11.m4 fix C++11 detection 8 years ago
ax_init_standard_project.m4 fix C++11 detection 8 years ago
bootstrap.sh more operators more tests 8 years ago
build-in-docker.conf initial project 8 years ago
build-in-docker.sh initial project 8 years ago
build-resource-file.sh initial project 8 years ago
configure.ac only requires c++11 8 years ago
libmatricxx.desktop.in initial project 8 years ago
libmatricxx.spec.in initial project 8 years ago
mac-create-app-bundle.sh initial project 8 years ago
makefile.am initial project 8 years ago
makefile_test.inc.am fix C++11 detection 8 years ago
resolve-debbuilddeps.sh initial project 8 years ago
resolve-rpmbuilddeps.sh initial project 8 years ago
sql-to-dot.sed initial project 8 years ago

README

C++ Matrix Template Library

Library to provide mathematical matices as standard C++ types. Allows
any size of matrix containning any type of values. Supports matrix
specific function, like trasnposition, determinant or inversion,
soupports mathematical operations like addition, subtraction,
multiplication and division (using the inverse matrix).