index
:
rbraun/school/mtx.git
master
mtx
Old matrix computation school work
Richard Braun
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mtxmatrix.cc
Age
Commit message (
Expand
)
Author
2017-01-23
Minor update
HEAD
master
Richard Braun
2006-05-30
Documentation improvement.
Richard Braun
2006-05-29
Implemented matrix interpretation. Began Doxygenation.
Richard Braun
2006-05-28
Implemented + and - unary operators.
Richard Braun
2006-05-28
Language improvement (new operators, better error handling, etc...).
Richard Braun
2006-05-28
Implementation of addition for integers and rationals.
Richard Braun
2006-05-20
Updated toString() to match the way GNU Octave displays matrices.
Richard Braun
2006-05-20
MtxRational and MtxMatrix are subclasses of MtxValue.
Richard Braun
2006-04-25
Added new methods (determinant, inversion, zero and identity matrices).
Richard Braun
2006-04-25
Added some opertations on matrices, replaced "line" with "row", fixed a
Richard Braun
2006-04-03
Added *= operators.
Richard Braun
2006-04-03
Added scalar multiplication.
Richard Braun
2006-04-03
Added matrix multiplication.
Richard Braun
2006-04-03
Implemented new operators.
Richard Braun
2006-04-03
Added == and != operators.
Richard Braun
2006-04-03
Added copy constructor and operator=().
Richard Braun
2006-04-03
Addition of a draft MtxMatrix class.
Richard Braun