mat3d.hpp
Go to the documentation of this file.
const double & operator()(int i, int j) const
Indexing for matrix.
Definition: mat3d.hpp:115
double determinant(void) const
Return determinant of matrix.
Definition: mat3d.cpp:74
Vec3D operator*(const Vec3D &x) const
Matrix-vector multiplication.
Definition: mat3d.cpp:119
const double & operator()(int i) const
Indexing for constant matrix.
Definition: mat3d.hpp:95
friend std::ostream & operator<<(std::ostream &os, const Mat3D &m)
Outputting to stream.
Definition: mat3d.cpp:128
Three dimensional vectors.