]> git.tdb.fi Git - libs/math.git/history - source/linal
Rename AffineTransformation to AffineTransform
[libs/math.git] / source / linal /
2022-03-13 Mikko RasaRemove SquareMatrix and instead use static_assert to...
2022-03-13 Mikko RasaMake gauss_jordan operate on columns instead of rows
2022-03-13 Mikko RasaRequire C++11 for building
2020-12-30 Mikko RasaSupport Matrix multiplication operators on SquareMatrix
2019-06-02 Mikko RasaFix a memory access error in DynamicMatrix::invert
2019-06-02 Mikko RasaImprove Vector constructor for C++11
2019-06-02 Mikko RasaFix a bug in the prefix version of vector compose function
2019-06-02 Mikko RasaAdd formatted output operators for vector and matrix...
2019-06-01 Mikko RasaFix a function name
2017-11-11 Mikko RasaAdd row and column accessors to Matrix
2017-11-11 Mikko RasaRename the low-level matrix inversion function to gauss...
2017-01-06 Mikko RasaAdd a missing include
2016-09-01 Mikko RasaAvoid a warning about shadowing a member
2016-08-28 Mikko RasaAdd dynamically allocated versions of matrix and vector
2014-11-13 Mikko RasaClearer API for slicing and dicing vectors, and also...
2014-10-31 Mikko RasaAlways pivot rows when inverting for better numerical...
2013-09-05 Mikko RasaAdd missing return statements
2013-05-21 Mikko RasaMath function usage fixes
2013-05-20 Mikko RasaGive Vector constructors from one higher/lower dimension
2013-05-19 Mikko RasaAdd basic description for all classes
2013-05-19 Mikko RasaDon't qualify potentially overloaded functions with...
2013-05-18 Mikko RasaAdd four-component members and constructor to Vector
2013-05-18 Mikko RasaFix Matrix template copy constructor
2013-05-17 Mikko RasaRedesign the Vector interface
2013-05-15 Mikko RasaBeginnings of a geometry library
2013-05-14 Mikko RasaAdd a Vector2 class
2013-05-14 Mikko RasaUse the correct multiplication operator
2013-05-14 Mikko RasaMove some simple function definitions inside the class...
2013-05-13 Mikko RasaAnother big batch of stuff
2013-04-27 Mikko RasaMinor fixes
2013-04-27 Mikko RasaRename the library to mspmath and make linal a sublibrary