This is the complete list of members for BlockMatrix, including all inherited members.
addDense(uint rowIdx, uint colIdx, const DMatrix &value) | BlockMatrix | |
addRegularisation(uint rowIdx, uint colIdx, double eps) | BlockMatrix | inline |
addRegularisation(double eps) | BlockMatrix | inline |
BlockMatrix() | BlockMatrix | |
BlockMatrix(uint _nRows, uint _nCols) | BlockMatrix | |
BlockMatrix(const DMatrix &value) | BlockMatrix | |
elements | BlockMatrix | protected |
getAbsolute() const | BlockMatrix | |
getNegative() const | BlockMatrix | |
getNumCols() const | BlockMatrix | inline |
getNumCols(uint rowIdx, uint colIdx) const | BlockMatrix | inline |
getNumRows() const | BlockMatrix | inline |
getNumRows(uint rowIdx, uint colIdx) const | BlockMatrix | inline |
getPositive() const | BlockMatrix | |
getSubBlock(uint rowIdx, uint colIdx, DMatrix &value) const | BlockMatrix | inline |
getSubBlock(uint rowIdx, uint colIdx, DMatrix &value, uint nR, uint nC) const | BlockMatrix | |
init(uint _nRows, uint _nCols) | BlockMatrix | |
isEmpty() const | BlockMatrix | inline |
isSquare() const | BlockMatrix | inline |
isSquare(uint rowIdx, uint colIdx) const | BlockMatrix | inline |
nCols | BlockMatrix | protected |
nRows | BlockMatrix | protected |
operator*(const BlockMatrix &arg) const | BlockMatrix | |
operator*=(double scalar) | BlockMatrix | |
operator+(const BlockMatrix &arg) const | BlockMatrix | |
operator+=(const BlockMatrix &arg) | BlockMatrix | |
operator-(const BlockMatrix &arg) const | BlockMatrix | |
operator^(const BlockMatrix &arg) const | BlockMatrix | |
print(std::ostream &stream=std::cout) const | BlockMatrix | |
setDense(uint rowIdx, uint colIdx, const DMatrix &value) | BlockMatrix | |
setIdentity(uint rowIdx, uint colIdx, uint dim) | BlockMatrix | inline |
setZero(uint rowIdx, uint colIdx) | BlockMatrix | inline |
setZero() | BlockMatrix | inline |
transpose() const | BlockMatrix | |
types | BlockMatrix | protected |
~BlockMatrix() | BlockMatrix | virtual |