Public Member Functions | Public Attributes | List of all members
gte::Matrix< NumRows, NumCols, Real >::Table Class Reference

#include <GteMatrix.h>

Public Member Functions

Real const & operator() (int r, int c) const
 
Real & operator() (int r, int c)
 
Real const & operator[] (int i) const
 
Real & operator[] (int i)
 

Public Attributes

std::array< std::array< Real, NumRows >, NumCols > mStorage
 

Detailed Description

template<int NumRows, int NumCols, typename Real>
class gte::Matrix< NumRows, NumCols, Real >::Table

Definition at line 88 of file GteMatrix.h.

Member Function Documentation

template<int NumRows, int NumCols, typename Real >
Real const & gte::Matrix< NumRows, NumCols, Real >::Table::operator() ( int  r,
int  c 
) const
inline

Definition at line 922 of file GteMatrix.h.

template<int NumRows, int NumCols, typename Real >
Real & gte::Matrix< NumRows, NumCols, Real >::Table::operator() ( int  r,
int  c 
)
inline

Definition at line 933 of file GteMatrix.h.

template<int NumRows, int NumCols, typename Real >
Real const & gte::Matrix< NumRows, NumCols, Real >::Table::operator[] ( int  i) const
inline

Definition at line 943 of file GteMatrix.h.

template<int NumRows, int NumCols, typename Real >
Real & gte::Matrix< NumRows, NumCols, Real >::Table::operator[] ( int  i)
inline

Definition at line 950 of file GteMatrix.h.

Member Data Documentation

template<int NumRows, int NumCols, typename Real>
std::array<std::array<Real,NumRows>,NumCols> gte::Matrix< NumRows, NumCols, Real >::Table::mStorage

Definition at line 103 of file GteMatrix.h.


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


geometric_tools_engine
Author(s): Yijiang Huang
autogenerated on Thu Jul 18 2019 04:00:06