summaryrefslogtreecommitdiff
path: root/mtxmatrix.cc
AgeCommit message (Expand)Author
2017-01-23Minor updateHEADmasterRichard Braun
2006-05-30Documentation improvement.Richard Braun
2006-05-29Implemented matrix interpretation. Began Doxygenation.Richard Braun
2006-05-28Implemented + and - unary operators.Richard Braun
2006-05-28Language improvement (new operators, better error handling, etc...).Richard Braun
2006-05-28Implementation of addition for integers and rationals.Richard Braun
2006-05-20Updated toString() to match the way GNU Octave displays matrices.Richard Braun
2006-05-20MtxRational and MtxMatrix are subclasses of MtxValue.Richard Braun
2006-04-25Added new methods (determinant, inversion, zero and identity matrices).Richard Braun
2006-04-25Added some opertations on matrices, replaced "line" with "row", fixed aRichard Braun
2006-04-03Added *= operators.Richard Braun
2006-04-03Added scalar multiplication.Richard Braun
2006-04-03Added matrix multiplication.Richard Braun
2006-04-03Implemented new operators.Richard Braun
2006-04-03Added == and != operators.Richard Braun
2006-04-03Added copy constructor and operator=().Richard Braun
2006-04-03Addition of a draft MtxMatrix class.Richard Braun