KSquare Utilities
KKB::Matrix Member List

This is the complete list of members for KKB::Matrix, including all inherited members.

BuildFromArray(kkint32 numOfRows, kkint32 numOfCols, T **data)KKB::Matrixstatic
CalcCoFactorMatrix()KKB::Matrix
Covariance() const KKB::Matrix
Data() const KKB::Matrixinline
Determinant()KKB::Matrix
DeterminantSlow()KKB::Matrix
EigenVectors(MatrixPtr &eigenVectors, VectorDouble *&eigenValues) const KKB::Matrix
FindMaxValue(double &maxVal, kkint32 &row, kkint32 &col)KKB::Matrix
GetCol(kkint32 col) const KKB::Matrix
Inverse()KKB::Matrix
Matrix()KKB::Matrix
Matrix(kkint32 _numOfRows, kkint32 _numOfCols)KKB::Matrix
Matrix(const Matrix &_matrix)KKB::Matrix
Matrix(const VectorDouble &_v)KKB::Matrix
MatrixPtr typedefKKB::Matrix
NumOfCols() const KKB::Matrixinline
NumOfRows() const KKB::Matrixinline
operator*(const Matrix &right)KKB::Matrix
operator*(double right)KKB::Matrix
operator*=(double right)KKB::Matrix
operator+(const Matrix &right)KKB::Matrix
operator+(double right)KKB::Matrix
operator+=(double right)KKB::Matrix
operator+=(const Matrix &right)KKB::Matrix
operator-(const Matrix &right)KKB::Matrix
operator-(double right)KKB::Matrix
operator-(double left, const Matrix &right)KKB::Matrixfriend
operator<<(std::ostream &os, const Matrix &matrix)KKB::Matrixfriend
operator=(const Matrix &right)KKB::Matrix
operator=(const VectorDouble &right)KKB::Matrix
operator[](kkint32 rowIDX) const KKB::Matrix
ReSize(kkint32 _numOfRows, kkint32 _numOfCols)KKB::Matrix
Symmetric() const KKB::Matrix
Transpose()KKB::Matrix
~Matrix()KKB::Matrix