CARMA C++
carma::services::Matrix< type > Member List

This is the complete list of members for carma::services::Matrix< type >, including all inherited members.

adj() (defined in carma::services::Matrix< type >)carma::services::Matrix< type >
adjoint()carma::services::Matrix< type >
carma::services::operator*(Vector< type > &vec, Matrix< type > &mat)carma::services::Matrix< type >friend
carma::services::operator<<(std::ostream &os, Matrix< type > &mat)carma::services::Matrix< type >friend
carma::services::operator<<(std::ostringstream &os, Matrix< type > &mat)carma::services::Matrix< type >friend
cofactor(unsigned iRow, unsigned iCol)carma::services::Matrix< type >
det()carma::services::Matrix< type >
det(unsigned i, unsigned j)carma::services::Matrix< type >
determinant()carma::services::Matrix< type >
determinant(unsigned i, unsigned j)carma::services::Matrix< type >
inv() (defined in carma::services::Matrix< type >)carma::services::Matrix< type >
inverse()carma::services::Matrix< type >
Matrix()carma::services::Matrix< type >
Matrix(const Matrix< type > &mat)carma::services::Matrix< type >
Matrix(unsigned nRow, unsigned nCol)carma::services::Matrix< type >
operator*(Matrix< type > &mat)carma::services::Matrix< type >
operator*(T)carma::services::Matrix< type >
operator*(Vector< type > &vec)carma::services::Matrix< type >
operator+(T)carma::services::Matrix< type >
operator-(T)carma::services::Matrix< type >
operator/(T)carma::services::Matrix< type >
operator=(const Matrix< type > &mat)carma::services::Matrix< type >
operator[](unsigned iRow)carma::services::Matrix< type >
reduce(unsigned iRow, unsigned iCol)carma::services::Matrix< type >
trace()carma::services::Matrix< type >
trans() (defined in carma::services::Matrix< type >)carma::services::Matrix< type >
transpose()carma::services::Matrix< type >
~Matrix()carma::services::Matrix< type >virtual