Compounds |
| class | Matrix(Type) |
| | abstract base class for matrices with arithmetic operations. More...
|
Defines |
| #define | ClassType Matrix(Type) |
Functions |
| void | add (Matrix(Type) &A, Matrix(Type) &B, Matrix(Type) &C) |
| void | add (Matrix(Type) &A, Matrix(Type) &B, char s, Matrix(Type) &C) |
| void | add (Matrix(Type) &A, Matrix(Type) &B, Type b, Matrix(Type) &C) |
| void | add (Matrix(Type) &A, Type a, Matrix(Type) &B, Type b, Matrix(Type) &C) |
| void | prod (Vector(Type) &y, const Matrix(Type) &A, const Vector(Type) &x, TransposeMode tpmode=NOT_TRANSPOSED, bool add_to_yb=false) |
| void | add (Handle(Matrix(Type)) am, Handle(Matrix(Type)) bm, Handle(Matrix(Type)) cm) |
| void | add (Handle(Matrix(Type)) am, Handle(Matrix(Type)) bm, char s, Handle(Matrix(Type)) cm) |
| void | add (Handle(Matrix(Type)) am, Handle(Matrix(Type)) bm, Type b, Handle(Matrix(Type)) cm) |
| void | add (Handle(Matrix(Type)) am, Type a, Handle(Matrix(Type)) bm, Type b, Handle(Matrix(Type)) cm) |