Public Member Functions | List of all members
gnsstk::ConstMatrixSliceBase< T, BaseClass > Class Template Reference

Detailed Description

template<class T, class BaseClass>
class gnsstk::ConstMatrixSliceBase< T, BaseClass >

Base class for an unmodifiable matrix slice.

Definition at line 682 of file MatrixBase.hpp.

#include <MatrixBase.hpp>

Inheritance diagram for gnsstk::ConstMatrixSliceBase< T, BaseClass >:
Inheritance graph
[legend]

Public Member Functions

 ConstMatrixSliceBase ()
 
- Public Member Functions inherited from gnsstk::ConstMatrixBase< T, BaseClass >
Vector< T > colCopy (size_t c, size_t r=0) const
 
size_t cols () const
 the number of columns in the matrix More...
 
 ConstMatrixBase ()
 default constructor More...
 
Vector< T > diagCopy (void) const
 
bool isDiagonal () const
 returns true if this is a diagonal matrix More...
 
bool isLT () const
 returns true if this is a lower triangular matrix. More...
 
bool isSquare () const
 returns true if this is a square matrix (false for a null matrix). More...
 
bool isSymmetric () const
 
bool isUT () const
 returns true if this is an upper triangular matrix. More...
 
operator() (size_t i, size_t j) const
 
Vector< T > rowCopy (size_t r, size_t c=0) const
 
size_t rows () const
 the number of rows in the matrix More...
 
size_t size () const
 the rows()*cols() size of the matrix. More...
 
virtual ~ConstMatrixBase ()
 

Additional Inherited Members

- Protected Member Functions inherited from gnsstk::MatrixSliceBase< T, BaseClass >
void matSliceCheck (size_t sourceRowSize, size_t sourceColSize) const
 
- Protected Member Functions inherited from gnsstk::ConstMatrixBase< T, BaseClass >
constMatrixRef (size_t i, size_t j) const
 

Constructor & Destructor Documentation

◆ ConstMatrixSliceBase()

template<class T , class BaseClass >
gnsstk::ConstMatrixSliceBase< T, BaseClass >::ConstMatrixSliceBase ( )
inlineexplicit

Definition at line 686 of file MatrixBase.hpp.


The documentation for this class was generated from the following file:


gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:44