General Purpose Geodetic Library
|
Go to the source code of this file.
Functions | |
SgVector | operator* (const SgSymMatrix &P, const SgVector &V) |
SgMatrix | calcProduct_mat_x_mat (const SgMatrix &M1, const SgSymMatrix &P2) |
std::ostream & | operator<< (std::ostream &s, const SgSymMatrix &P) |
SgMatrix calcProduct_mat_x_mat | ( | const SgMatrix & | M1, |
const SgSymMatrix & | P2 | ||
) |
Definition at line 73 of file SgSymMatrix.cpp.
SgVector operator* | ( | const SgSymMatrix & | P, |
const SgVector & | V | ||
) |
Makes a product of a matrix and a vector.
R | – a matrix; |
V | – a vector. |
Definition at line 48 of file SgSymMatrix.cpp.
std::ostream& operator<< | ( | std::ostream & | s, |
const SgSymMatrix & | P | ||
) |
Makes output to std::ostream, standard text formatted output.
s | – a stream; |
P | – a matrix. |
Definition at line 116 of file SgSymMatrix.cpp.
References SgSymMatrix::getElement(), SgMatrix::nCol(), and SgMatrix::nRow().