#include <BigMatrix.h>
It can be a fixed-size view of someone else's data, or can be a resizable data owner itself.
Public Member Functions | |
Matrix_ () | |
Matrix_ (const Matrix_ &src) | |
Matrix_ & | operator= (const Matrix_ &src) |
Matrix_ (const Base &v) | |
Matrix_ (int m, int n) | |
Matrix_ (int m, int n, const ELT *initValsByRow) | |
Matrix_ (int m, int n, const ELT &ival) | |
Matrix_ (int m, int n, int leadingDim, const S *s) | |
Matrix_ (int m, int n, int leadingDim, S *s) | |
template<int M, int N> | |
Matrix_ (const Mat< M, N, ELT > &mat) | |
Convert a Mat to a Matrix_. | |
Matrix_ & | operator= (const ELT &v) |
template<class EE> | |
Matrix_ & | operator= (const MatrixBase< EE > &m) |
template<class EE> | |
Matrix_ & | operator+= (const MatrixBase< EE > &m) |
template<class EE> | |
Matrix_ & | operator-= (const MatrixBase< EE > &m) |
Matrix_ & | operator*= (const StdNumber &t) |
Matrix_ & | operator/= (const StdNumber &t) |
Matrix_ & | operator+= (const ELT &r) |
Matrix_ & | operator-= (const ELT &r) |
const TNeg & | negate () const |
TNeg & | updNegate () |
const TNeg & | operator- () const |
TNeg & | operator- () |
Matrix_ | ( | ) | [inline] |
Matrix_ | ( | int | m, | |
int | n | |||
) | [inline] |
Matrix_ | ( | int | m, | |
int | n, | |||
const ELT * | initValsByRow | |||
) | [inline] |
Matrix_ | ( | int | m, | |
int | n, | |||
const ELT & | ival | |||
) | [inline] |
Matrix_ | ( | int | m, | |
int | n, | |||
int | leadingDim, | |||
const S * | s | |||
) | [inline] |
Matrix_ | ( | int | m, | |
int | n, | |||
int | leadingDim, | |||
S * | s | |||
) | [inline] |
Matrix_& operator= | ( | const ELT & | v | ) | [inline] |
Reimplemented from MatrixBase.
Matrix_& operator= | ( | const MatrixBase< EE > & | m | ) | [inline] |
Reimplemented from MatrixBase.
Matrix_& operator+= | ( | const MatrixBase< EE > & | m | ) | [inline] |
Reimplemented from MatrixBase.
Matrix_& operator-= | ( | const MatrixBase< EE > & | m | ) | [inline] |
Reimplemented from MatrixBase.
Matrix_& operator*= | ( | const StdNumber & | t | ) | [inline] |
Matrix_& operator/= | ( | const StdNumber & | t | ) | [inline] |
Matrix_& operator+= | ( | const ELT & | r | ) | [inline] |
References MatrixBase::updDiag().
Matrix_& operator-= | ( | const ELT & | r | ) | [inline] |
References MatrixBase::updDiag().
const TNeg& negate | ( | ) | const [inline] |
Reimplemented from MatrixBase.
TNeg& updNegate | ( | ) | [inline] |
Reimplemented from MatrixBase.
const TNeg& operator- | ( | ) | const [inline] |
TNeg& operator- | ( | ) | [inline] |