Darc Library
2012.11
|
Classes | |
class | darc::core::CR_Matrix< T > |
Template matrix class for M(rows)-by-N(columns)-dimensional matrices of arbitrary type. More... | |
Namespaces | |
namespace | darc |
namespace | darc::core |
Typedefs | |
typedef CR_Matrix< Real > | darc::core::GE_Matrix |
Functions | |
template<typename T > | |
const CR_Matrix< T > | darc::core::operator* (const CR_Matrix< T > &_m1, const CR_Matrix< T > &_m2) |
Operator "Matrix * Matrix multiplication". | |
template<typename T > | |
std::ostream & | darc::core::operator<< (std::ostream &_o, const CR_Matrix< T > &_m) |