Go to the source code of this file.
◆ operator*() [1/2]
Returns a matrix multiplied by a scalar.
- Parameters
-
Definition at line 373 of file SgSymMatrix.h.
◆ operator*() [2/2]
Returns a natrix multiplied by a scalar.
- Parameters
-
Definition at line 381 of file SgSymMatrix.h.
◆ operator+()
Returns a sum of two matrices.
- Parameters
-
P1 | is a first term, |
P2 | is a second term in the sum. |
Definition at line 405 of file SgSymMatrix.h.
◆ operator-() [1/2]
Returns a matrix with an inverted sign.
- Parameters
-
Definition at line 397 of file SgSymMatrix.h.
◆ operator-() [2/2]
Returns a difference of two matrices.
- Parameters
-
P1 | is a first term, |
P2 | is a second term in the sum. |
Definition at line 413 of file SgSymMatrix.h.
◆ operator/()
Returns a matrix divided by a scalar.
- Parameters
-
P | – a matrix; |
d | – a divider; |
Definition at line 389 of file SgSymMatrix.h.
◆ operator<<()
std::ostream& operator<< |
( |
std::ostream & |
s, |
|
|
const SgSymMatrix & |
P |
|
) |
| |
◆ operator~()
Returns inversed matrix. This is time consumed operation, shouldn't use in ordinary operations. R*~R == ~R*R == E (original matrix doesn't change)..
Definition at line 421 of file SgSymMatrix.h.