Base classes (const and ref) for Matrix
Definition in file MatrixBase.hpp.
Go to the source code of this file.
Classes | |
class | gnsstk::ConstMatrixBase< T, BaseClass > |
class | gnsstk::ConstMatrixSliceBase< T, BaseClass > |
Base class for an unmodifiable matrix slice. More... | |
class | gnsstk::MatrixSliceBase< T, BaseClass > |
class | gnsstk::RefMatrixBase< T, BaseClass > |
class | gnsstk::RefMatrixSliceBase< T, BaseClass > |
Base class for a modifiable matrix slice. More... | |
Namespaces | |
gnsstk | |
For Sinex::InputHistory. | |
Functions | |
gnsstk::NEW_EXCEPTION_CLASS (MatrixException, Exception) | |
Thrown when there are problems with the matrix operations. More... | |
gnsstk::NEW_EXCEPTION_CLASS (SingularMatrixException, MatrixException) | |
Thrown when an operation can't be performed on a singular matrix. More... | |