Marc Wäckerlin
cf97d057ff
|
8 years ago | |
---|---|---|
debian | 8 years ago | |
doc | 9 years ago | |
examples | 9 years ago | |
src | 8 years ago | |
test | 8 years ago | |
AUTHORS | 9 years ago | |
COPYING | 8 years ago | |
ChangeLog | 8 years ago | |
INSTALL | 8 years ago | |
NEWS | 9 years ago | |
README | 9 years ago | |
autogen.sh | 9 years ago | |
ax_check_qt.m4 | 9 years ago | |
ax_cxx_compile_stdcxx_11.m4 | 8 years ago | |
ax_init_standard_project.m4 | 8 years ago | |
bootstrap.sh | 8 years ago | |
build-in-docker.conf | 9 years ago | |
build-in-docker.sh | 9 years ago | |
build-resource-file.sh | 9 years ago | |
configure.ac | 8 years ago | |
libmatricxx.desktop.in | 9 years ago | |
libmatricxx.spec.in | 9 years ago | |
mac-create-app-bundle.sh | 9 years ago | |
makefile.am | 9 years ago | |
makefile_test.inc.am | 8 years ago | |
resolve-debbuilddeps.sh | 9 years ago | |
resolve-rpmbuilddeps.sh | 9 years ago | |
sql-to-dot.sed | 9 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).