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 b54af4681a first approach including first tests 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 first approach including first tests 8 years ago
test first approach including first tests 8 years ago
AUTHORS initial project 8 years ago
COPYING first approach including first tests 8 years ago
ChangeLog first approach including first tests 8 years ago
INSTALL first approach including first tests 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 first approach including first tests 8 years ago
ax_init_standard_project.m4 first approach including first tests 8 years ago
bootstrap.sh initial project 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 first approach including first tests 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
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).