31 Commits (f130ce58912941cc7e6805ccd8d1c47693ee5de0)

Author SHA1 Message Date
Vladimír Vondruš f130ce5891 Added convenience Matrix2x2, Matrix3x3 and Matrix4x4 aliases. 13 years ago
Vladimír Vondruš 06a4e297bc Math: deinlined heavy functions, removed redundant `inline`. 13 years ago
Vladimír Vondruš 7ef8432fbe Doxygen: ignore specific namespaces instead of whole directories. 13 years ago
Vladimír Vondruš bf58bb3cb1 Math: rework of component-wise matrix and vector functions. 13 years ago
Vladimír Vondruš bba3755da1 GCC 4.8 compilation fixes. 13 years ago
Vladimír Vondruš b28261d269 Math: fix compilation of tests with OpenGL ES. 13 years ago
Vladimír Vondruš 408f40a908 Math: renamed MathTypeTraits to TypeTraits. 13 years ago
Vladimír Vondruš a0b83edd2b Relicensing to MIT/Expat license, part 4: CMake and documentation files. 13 years ago
Vladimír Vondruš c5ab86794b Relicensing to MIT/Expat license, part 3: source files. 13 years ago
Vladimír Vondruš 6a5d75d1e4 Relicensing to MIT/Expat license, part 2: headers. 13 years ago
Vladimír Vondruš 90dbb28763 Thorough CMakeLists cleanup. 13 years ago
Vladimír Vondruš 231f3277ab Adapted to Corrade changes. 13 years ago
Vladimír Vondruš 6a90b0231b Math: using new aliases for builtin types in whole Math namespace. 13 years ago
Vladimír Vondruš 99e2bd4c64 Doc++ 13 years ago
Vladimír Vondruš b63adf2404 Math: added Gram-Schmidt orthogonalization algorithm. 13 years ago
Vladimír Vondruš 1967179a40 Math: slight improvement of Gram-Schmidt orthonormalization algorithm. 13 years ago
Vladimír Vondruš 019c9c0c5f Math: Gauss-Jordan algorithm as pure functions. 13 years ago
Vladimír Vondruš 11544813a2 Math: don't needlessly include Matrix in GaussJordanTest. 13 years ago
Vladimír Vondruš ede0d9b503 Math: generalize Gram-Schmidt algorithm for non-square matrices. 13 years ago
Vladimír Vondruš 2d0aad34b2 Math: SVD algorithm implementation. 13 years ago
Vladimír Vondruš baeadc9663 Math: matrix/vector rework, part 2: matrix as array of column vectors. 13 years ago
Vladimír Vondruš fcb8a7b768 Got rid of header files in tests. 14 years ago
Vladimír Vondruš 4a6e0b6dfa Math: Gram-Schmidt orthonormalization. 14 years ago
Vladimír Vondruš 3b37dfa6b8 Deleted constructors of classes with only static members. 14 years ago
Vladimír Vondruš c319962d6e Adapted to Corrade changes. 14 years ago
Vladimír Vondruš ae013effff Adapted to Corrade changes. 14 years ago
Vladimír Vondruš 1e2720eeb7 Explicit template instantiation for common matrix and vector functions. 14 years ago
Vladimír Vondruš 0145343d59 Pedantic: using std::size_t instead of size_t from C compat headers. 14 years ago
Vladimír Vondruš 08c8696978 Doc++, added missing inline. 14 years ago
Vladimír Vondruš 08f26a7e3a Oops, premature refactoring. 14 years ago
Vladimír Vondruš 1727357cc5 Gauss-Jordan elimination. 14 years ago