Public Member Functions | Private Attributes
NRMat3d< T > Class Template Reference

#include <nrutil_nr.h>

List of all members.

Public Member Functions

int dim1 () const
int dim2 () const
int dim3 () const
 NRMat3d ()
 NRMat3d (int n, int m, int k)
T ** operator[] (const int i)
const T *const * operator[] (const int i) const
 ~NRMat3d ()

Private Attributes

int kk
int mm
int nn
T *** v

Detailed Description

template<class T>
class NRMat3d< T >

Definition at line 269 of file nrutil_nr.h.


Constructor & Destructor Documentation

template<class T >
NRMat3d< T >::NRMat3d ( )

Definition at line 287 of file nrutil_nr.h.

template<class T >
NRMat3d< T >::NRMat3d ( int  n,
int  m,
int  k 
)

Definition at line 290 of file nrutil_nr.h.

template<class T >
NRMat3d< T >::~NRMat3d ( )

Definition at line 336 of file nrutil_nr.h.


Member Function Documentation

template<class T >
int NRMat3d< T >::dim1 ( ) const [inline]

Definition at line 318 of file nrutil_nr.h.

template<class T >
int NRMat3d< T >::dim2 ( ) const [inline]

Definition at line 324 of file nrutil_nr.h.

template<class T >
int NRMat3d< T >::dim3 ( ) const [inline]

Definition at line 330 of file nrutil_nr.h.

template<class T >
T ** NRMat3d< T >::operator[] ( const int  i) [inline]

Definition at line 306 of file nrutil_nr.h.

template<class T >
const T *const * NRMat3d< T >::operator[] ( const int  i) const [inline]

Definition at line 312 of file nrutil_nr.h.


Member Data Documentation

template<class T >
int NRMat3d< T >::kk [private]

Definition at line 273 of file nrutil_nr.h.

template<class T >
int NRMat3d< T >::mm [private]

Definition at line 272 of file nrutil_nr.h.

template<class T >
int NRMat3d< T >::nn [private]

Definition at line 271 of file nrutil_nr.h.

template<class T >
T*** NRMat3d< T >::v [private]

Definition at line 274 of file nrutil_nr.h.


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


tensor_field_nav_core
Author(s): Lintao Zheng, Kai Xu
autogenerated on Thu Jun 6 2019 19:50:57