![]() |
|
Functions | |
| Vec3D | operator* (const MatrixSymmetric3D &A, const Vec3D &b) |
| std::ostream & | operator<< (std::ostream &os, const MatrixSymmetric3D &A) |
| std::istream & | operator>> (std::istream &is, MatrixSymmetric3D &A) |
| Vec3D operator* | ( | const MatrixSymmetric3D & | A, |
| const Vec3D & | b | ||
| ) |
Multiplication of a symmetric 3D matrix with a vector (global operator, friend of this class)
| [in] | A | the matrix |
| [in] | b | the vector |
| std::ostream& operator<< | ( | std::ostream & | os, |
| const MatrixSymmetric3D & | A | ||
| ) |
| std::istream& operator>> | ( | std::istream & | is, |
| MatrixSymmetric3D & | A | ||
| ) |