| HG-MD
    1
    | 
Implementation of a 3D symmetric matrix. More...
#include <Matrix.h>
Implementation of a 3D symmetric matrix.
| MatrixSymmetric3D::MatrixSymmetric3D | ( | void | ) |  [inline] | 
Referenced by operator*(), operator+(), operator-(), and operator/().
{}
| MatrixSymmetric3D MatrixSymmetric3D::operator* | ( | const Mdouble | A | ) | const  [inline] | 
| MatrixSymmetric3D MatrixSymmetric3D::operator+ | ( | const MatrixSymmetric3D & | A | ) | const  [inline] | 
| MatrixSymmetric3D MatrixSymmetric3D::operator+ | ( | const Mdouble | A | ) | const  [inline] | 
| MatrixSymmetric3D& MatrixSymmetric3D::operator+= | ( | const MatrixSymmetric3D & | A | ) |  [inline] | 
| MatrixSymmetric3D MatrixSymmetric3D::operator- | ( | const MatrixSymmetric3D & | A | ) | const  [inline] | 
| MatrixSymmetric3D MatrixSymmetric3D::operator- | ( | const Mdouble | A | ) | const  [inline] | 
| MatrixSymmetric3D& MatrixSymmetric3D::operator-= | ( | const MatrixSymmetric3D & | A | ) |  [inline] | 
| MatrixSymmetric3D MatrixSymmetric3D::operator/ | ( | const Mdouble | A | ) | const  [inline] | 
| MatrixSymmetric3D& MatrixSymmetric3D::operator/= | ( | const Mdouble | a | ) |  [inline] | 
| void MatrixSymmetric3D::set_zero | ( | ) |  [inline] | 
| Mdouble MatrixSymmetric3D::trace | ( | ) | const  [inline] | 
| std::ostream& operator<< | ( | std::ostream & | os, | 
| const MatrixSymmetric3D & | A | ||
| ) |  [friend] | 
| std::istream& operator>> | ( | std::istream & | is, | 
| MatrixSymmetric3D & | A | ||
| ) |  [friend] | 
| MatrixSymmetric3D sqrt | ( | const MatrixSymmetric3D & | A | ) |  [friend] | 
| MatrixSymmetric3D square | ( | const MatrixSymmetric3D & | A | ) |  [friend] | 
Referenced by MatrixSymmetric3D(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), set_zero(), and trace().
Referenced by MatrixSymmetric3D(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), and set_zero().
Referenced by MatrixSymmetric3D(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), and set_zero().
Referenced by MatrixSymmetric3D(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), set_zero(), and trace().
Referenced by MatrixSymmetric3D(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), and set_zero().
Referenced by MatrixSymmetric3D(), operator*(), operator+(), operator+=(), operator-(), operator-=(), operator/(), operator/=(), set_zero(), and trace().
 1.7.6.1
 1.7.6.1