This is the complete list of members for
Matrix, including all inherited members.
cofactor(unsigned i, unsigned j) | Matrix | |
cols | Matrix | |
det() | Matrix | |
detCofactor() | Matrix | |
detLU() | Matrix | |
GE() | Matrix | |
getCols() | Matrix | |
getRows() | Matrix | |
inverse() | Matrix | |
log_abs_det() | Matrix | |
LU(Matrix &P, Matrix &L, Matrix &U) | Matrix | |
Matrix() | Matrix | |
Matrix(unsigned, unsigned) | Matrix | |
Matrix(unsigned) | Matrix | |
Matrix(unsigned, unsigned, int, int) | Matrix | |
Matrix(const Matrix &m) | Matrix | |
operator()(unsigned row, unsigned col) | Matrix | |
operator()(unsigned row, unsigned col) const | Matrix | |
operator*(const Matrix &B) const | Matrix | |
operator*(const double &rhs) const | Matrix | |
operator+(const Matrix &B) const | Matrix | |
operator-(const Matrix &B) const | Matrix | |
operator<<(std::ostream &o, const Matrix &someMatrix) | Matrix | [friend] |
operator=(const Matrix &m) | Matrix | |
operator==(const Matrix &m) | Matrix | |
operator>>(std::istream &in, Matrix &someMatrix) | Matrix | [friend] |
printPadLength | Matrix | [static] |
rank() | Matrix | |
rank_LAPACK() | Matrix | |
rows | Matrix | |
rowSum() | Matrix | |
subColumns(const set< unsigned > &colSet) | Matrix | |
subColumnsDiff(const set< unsigned > &colSet) | Matrix | |
SVD(Matrix &U, Matrix &S, Matrix &V) | Matrix | |
swapCols(unsigned i, unsigned j) | Matrix | |
swapRows(unsigned i, unsigned j) | Matrix | |
trace() | Matrix | |
transpose() | Matrix | |
twoNorm() | Matrix | |
twoNormSquared() | Matrix | |
writeMatlab(std::ostream &o, string label) | Matrix | |
~Matrix() | Matrix | |