![]() |
KSquare Utilities
|
This is the complete list of members for KKB::Matrix, including all inherited members.
| BuildFromArray(kkint32 numOfRows, kkint32 numOfCols, T **data) | KKB::Matrix | static |
| CalcCoFactorMatrix() | KKB::Matrix | |
| Covariance() const | KKB::Matrix | |
| Data() const | KKB::Matrix | inline |
| 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 typedef | KKB::Matrix | |
| NumOfCols() const | KKB::Matrix | inline |
| NumOfRows() const | KKB::Matrix | inline |
| 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::Matrix | friend |
| operator<<(std::ostream &os, const Matrix &matrix) | KKB::Matrix | friend |
| 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 |