Public Member Functions | |
Matrix3 (const std::vector< double > &vals) | |
Matrix3 | operator* (const Matrix3 &B) const |
double & | operator() (int i, int j) |
const double & | operator() (int i, int j) const |
void | print (std::ostream &os) |
const std::vector< double > & | get () |