My Project
Loading...
Searching...
No Matches
TNT::Fortran_Array3D< T > Class Template Reference

Public Types

typedef T value_type
 

Public Member Functions

 Fortran_Array3D (int m, int n, int k)
 
 Fortran_Array3D (int m, int n, int k, T *a)
 
 Fortran_Array3D (int m, int n, int k, const T &a)
 
 Fortran_Array3D (const Fortran_Array3D< T > &A)
 
Fortran_Array3Doperator= (const T &a)
 
Fortran_Array3Doperator= (const Fortran_Array3D< T > &A)
 
Fortran_Array3Dref (const Fortran_Array3D< T > &A)
 
Fortran_Array3D copy () const
 
Fortran_Array3Dinject (const Fortran_Array3D &A)
 
T & operator() (int i, int j, int k)
 
const T & operator() (int i, int j, int k) const
 
int dim1 () const
 
int dim2 () const
 
int dim3 () const
 
int ref_count () const
 

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