General Purpose Geodetic Library
SgVector.cpp File Reference
#include <SgVector.h>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &s, const SgVector &v)
 

Variables

const SgVector vZero (1)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  s,
const SgVector V 
)

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

Parameters
s– a stream;
V– a vector.

Definition at line 35 of file SgVector.cpp.

References SgVector::getElement(), and SgVector::n().

Variable Documentation

◆ vZero

const SgVector vZero(1) ( )