Base class for SINEX Solution Normal Equation Matrix data type and methods
Definition at line 1222 of file SinexTypes.hpp.
#include <SinexTypes.hpp>
Public Member Functions | |
void | dump (std::ostream &s) const |
Debug output function. 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... | |
Public Attributes | |
uint32_t | col |
uint32_t | row |
long double | val1 |
long double | val2 |
long double | val3 |
Static Public Attributes | |
static const size_t | MAX_LINE_LEN = 78 |
static const size_t | MIN_LINE_LEN = 78 |
|
inline |
Constructors.
Definition at line 1228 of file SinexTypes.hpp.
|
inline |
Definition at line 1229 of file SinexTypes.hpp.
|
inlinevirtual |
Destructor.
Definition at line 1233 of file SinexTypes.hpp.
|
virtual |
Debug output function.
Reimplemented from gnsstk::Sinex::DataType.
Reimplemented in gnsstk::Sinex::SolutionNormalEquationMatrixU, and gnsstk::Sinex::SolutionNormalEquationMatrixL.
Definition at line 1694 of file SinexTypes.cpp.
|
virtual |
String converters.
Implements gnsstk::Sinex::DataType.
Definition at line 1656 of file SinexTypes.cpp.
|
virtual |
Implements gnsstk::Sinex::DataType.
Definition at line 1675 of file SinexTypes.cpp.
uint32_t gnsstk::Sinex::SolutionNormalEquationMatrix::col |
Definition at line 1243 of file SinexTypes.hpp.
|
static |
Definition at line 1225 of file SinexTypes.hpp.
|
static |
Definition at line 1224 of file SinexTypes.hpp.
uint32_t gnsstk::Sinex::SolutionNormalEquationMatrix::row |
Definition at line 1242 of file SinexTypes.hpp.
long double gnsstk::Sinex::SolutionNormalEquationMatrix::val1 |
Definition at line 1244 of file SinexTypes.hpp.
long double gnsstk::Sinex::SolutionNormalEquationMatrix::val2 |
Definition at line 1245 of file SinexTypes.hpp.
long double gnsstk::Sinex::SolutionNormalEquationMatrix::val3 |
Definition at line 1246 of file SinexTypes.hpp.