, including all inherited members.
capacity() const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
columnCopy(unsigned int c) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
columns() const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
convertToSymmetricMatrix(MySymmetricMatrix &sym)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
determinant() const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
inverse() const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
Matrix_Wrapper() | MatrixWrapper::Matrix_Wrapper | [inline] |
operator()(unsigned int, unsigned int)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator()(unsigned int, unsigned int) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator*(double b) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator*(const MyMatrix &a) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator*(const MyColumnVector &b) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator*=(double b)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator+(double b) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator+(const MyMatrix &a) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator+=(double a)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator+=(const MyMatrix &a)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator-(double b) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator-(const MyMatrix &a) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator-=(double a)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator-=(const MyMatrix &a)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator/(double b) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator/=(double b)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator=(double a)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator=(const MySymmetricMatrix &a)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
operator==(const MyMatrix &a) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
pseudoinverse(double epsilon=0.01) const | MatrixWrapper::Matrix_Wrapper | [virtual] |
PYTHAG(double a, double b) const | MatrixWrapper::Matrix_Wrapper | |
resize(unsigned int i, unsigned int j, bool copy=true, bool initialize=true)=0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
rowCopy(unsigned int r) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
rows() const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
SIGN(double a, double b) const | MatrixWrapper::Matrix_Wrapper | |
size() const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
sub(int i_start, int i_end, int j_start, int j_end) const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
SVD(MyColumnVector &D, MyMatrix &U, MyMatrix &V) const | MatrixWrapper::Matrix_Wrapper | [virtual] |
transpose() const =0 | MatrixWrapper::Matrix_Wrapper | [pure virtual] |
~Matrix_Wrapper() | MatrixWrapper::Matrix_Wrapper | [inline, virtual] |