SINEX Solution Normal Equation Matrix U data type and methods
Definition at line 1277 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. More... | |
SolutionNormalEquationMatrixU () | |
Constructors. More... | |
SolutionNormalEquationMatrixU (const std::string &line, size_t num=0) | |
virtual | ~SolutionNormalEquationMatrixU () |
Destructor. More... | |
![]() | |
operator std::string () const | |
String converters. More... | |
void | operator= (const std::string &line) |
SolutionNormalEquationMatrix () | |
Constructors. More... | |
SolutionNormalEquationMatrix (const std::string &line, size_t num=0) | |
virtual | ~SolutionNormalEquationMatrix () |
Destructor. More... | |
![]() | |
virtual | ~DataType () |
Destructor. More... | |
Static Public Attributes | |
static const std::string | BLOCK_TITLE |
![]() | |
static const size_t | MAX_LINE_LEN = 78 |
static const size_t | MIN_LINE_LEN = 78 |
Additional Inherited Members | |
![]() | |
uint32_t | col |
uint32_t | row |
long double | val1 |
long double | val2 |
long double | val3 |
|
inline |
Constructors.
Definition at line 1282 of file SinexTypes.hpp.
|
inline |
Definition at line 1284 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 1288 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::SolutionNormalEquationMatrix.
Definition at line 1717 of file SinexTypes.cpp.
|
static |
Definition at line 1279 of file SinexTypes.hpp.