General Purpose Geodetic Library
SgSymMatrix.cpp File Reference
#include <iostream>
#include <QtCore/QString>
#include <SgSymMatrix.h>

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)
 

Function Documentation

◆ calcProduct_mat_x_mat()

SgMatrix calcProduct_mat_x_mat ( const SgMatrix M1,
const SgSymMatrix P2 
)

Definition at line 73 of file SgSymMatrix.cpp.

◆ operator*()

SgVector operator* ( const SgSymMatrix P,
const SgVector V 
)

Makes a product of a matrix and a vector.

Parameters
R– a matrix;
V– a vector.

Definition at line 48 of file SgSymMatrix.cpp.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const SgSymMatrix P 
)

Makes output to std::ostream, standard text formatted output.

Parameters
s– a stream;
P– a matrix.

Definition at line 116 of file SgSymMatrix.cpp.

References SgSymMatrix::getElement(), SgMatrix::nCol(), and SgMatrix::nRow().