MOCHA  0.9
Matrix Member List
This is the complete list of members for Matrix, including all inherited members.
cofactor(unsigned i, unsigned j)Matrix
colsMatrix
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]
printPadLengthMatrix [static]
rank()Matrix
rank_LAPACK()Matrix
rowsMatrix
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
 All Classes Files Functions Variables Friends Defines