Typedefs
nrtypes_nr.h File Reference
#include <complex>
#include <fstream>
#include "nrutil_nr.h"
Include dependency graph for nrtypes_nr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef double DP
typedef NRMat3d< DPMat3D_DP
typedef const NRMat3d< DPMat3D_I_DP
typedef NRMat3d< DPMat3D_IO_DP
typedef NRMat3d< DPMat3D_O_DP
typedef NRMat< bool > Mat_BOOL
typedef NRMat< char > Mat_CHR
typedef NRMat< complex< DP > > Mat_CPLX_DP
typedef NRMat< complex< float > > Mat_CPLX_SP
typedef NRMat< DPMat_DP
typedef const NRMat< bool > Mat_I_BOOL
typedef const NRMat< char > Mat_I_CHR
typedef const NRMat< complex
< DP > > 
Mat_I_CPLX_DP
typedef const NRMat< complex
< float > > 
Mat_I_CPLX_SP
typedef const NRMat< DPMat_I_DP
typedef const NRMat< int > Mat_I_INT
typedef const NRMat< long > Mat_I_LNG
typedef const NRMat< float > Mat_I_SP
typedef const NRMat< unsigned
char > 
Mat_I_UCHR
typedef const NRMat< unsigned int > Mat_I_UINT
typedef const NRVec< unsigned
long > 
Mat_I_ULNG
typedef NRMat< int > Mat_INT
typedef NRMat< bool > Mat_IO_BOOL
typedef NRMat< char > Mat_IO_CHR
typedef NRMat< complex< DP > > Mat_IO_CPLX_DP
typedef NRMat< complex< float > > Mat_IO_CPLX_SP
typedef NRMat< DPMat_IO_DP
typedef NRMat< int > Mat_IO_INT
typedef NRMat< long > Mat_IO_LNG
typedef NRMat< float > Mat_IO_SP
typedef NRMat< unsigned char > Mat_IO_UCHR
typedef NRMat< unsigned int > Mat_IO_UINT
typedef NRMat< unsigned long > Mat_IO_ULNG
typedef NRMat< long > Mat_LNG
typedef NRMat< bool > Mat_O_BOOL
typedef NRMat< char > Mat_O_CHR
typedef NRMat< complex< DP > > Mat_O_CPLX_DP
typedef NRMat< complex< float > > Mat_O_CPLX_SP
typedef NRMat< DPMat_O_DP
typedef NRMat< int > Mat_O_INT
typedef NRMat< long > Mat_O_LNG
typedef NRMat< float > Mat_O_SP
typedef NRMat< unsigned char > Mat_O_UCHR
typedef NRMat< unsigned int > Mat_O_UINT
typedef NRMat< unsigned long > Mat_O_ULNG
typedef NRMat< float > Mat_SP
typedef NRMat< unsigned char > Mat_UCHR
typedef NRMat< unsigned int > Mat_UINT
typedef NRMat< unsigned long > Mat_ULNG
typedef NRVec< bool > Vec_BOOL
typedef NRVec< char > Vec_CHR
typedef NRVec< complex< DP > > Vec_CPLX_DP
typedef NRVec< complex< float > > Vec_CPLX_SP
typedef NRVec< DPVec_DP
typedef NRVec< fstream * > Vec_FSTREAM_p
typedef const NRVec< bool > Vec_I_BOOL
typedef const NRVec< char > Vec_I_CHR
typedef const NRVec< complex
< DP > > 
Vec_I_CPLX_DP
typedef const NRVec< complex
< float > > 
Vec_I_CPLX_SP
typedef const NRVec< DPVec_I_DP
typedef const NRVec< int > Vec_I_INT
typedef const NRVec< long > Vec_I_LNG
typedef const NRVec< float > Vec_I_SP
typedef const NRVec< unsigned
char > 
Vec_I_UCHR
typedef const NRVec< unsigned int > Vec_I_UINT
typedef const NRVec< unsigned
long > 
Vec_I_ULNG
typedef NRVec< int > Vec_INT
typedef NRVec< bool > Vec_IO_BOOL
typedef NRVec< char > Vec_IO_CHR
typedef NRVec< complex< DP > > Vec_IO_CPLX_DP
typedef NRVec< complex< float > > Vec_IO_CPLX_SP
typedef NRVec< DPVec_IO_DP
typedef NRVec< int > Vec_IO_INT
typedef NRVec< long > Vec_IO_LNG
typedef NRVec< float > Vec_IO_SP
typedef NRVec< unsigned char > Vec_IO_UCHR
typedef NRVec< unsigned int > Vec_IO_UINT
typedef NRVec< unsigned long > Vec_IO_ULNG
typedef NRVec< long > Vec_LNG
typedef NRVec< NRMat< DP > * > Vec_Mat_DP_p
typedef NRVec< bool > Vec_O_BOOL
typedef NRVec< char > Vec_O_CHR
typedef NRVec< complex< DP > > Vec_O_CPLX_DP
typedef NRVec< complex< float > > Vec_O_CPLX_SP
typedef NRVec< DPVec_O_DP
typedef NRVec< int > Vec_O_INT
typedef NRVec< long > Vec_O_LNG
typedef NRVec< float > Vec_O_SP
typedef NRVec< unsigned char > Vec_O_UCHR
typedef NRVec< unsigned int > Vec_O_UINT
typedef NRVec< unsigned long > Vec_O_ULNG
typedef NRVec< float > Vec_SP
typedef NRVec< unsigned char > Vec_UCHR
typedef NRVec< unsigned int > Vec_UINT
typedef NRVec< unsigned long > Vec_ULNG
typedef NRVec< unsigned long * > Vec_ULNG_p

Typedef Documentation

typedef double DP

Definition at line 9 of file nrtypes_nr.h.

typedef NRMat3d<DP> Mat3D_DP

Definition at line 84 of file nrtypes_nr.h.

typedef const NRMat3d<DP> Mat3D_I_DP

Definition at line 83 of file nrtypes_nr.h.

Definition at line 84 of file nrtypes_nr.h.

typedef NRMat3d<DP> Mat3D_O_DP

Definition at line 84 of file nrtypes_nr.h.

typedef NRMat<bool> Mat_BOOL

Definition at line 49 of file nrtypes_nr.h.

typedef NRMat<char> Mat_CHR

Definition at line 52 of file nrtypes_nr.h.

typedef NRMat<complex<DP> > Mat_CPLX_DP

Definition at line 79 of file nrtypes_nr.h.

typedef NRMat<complex<float> > Mat_CPLX_SP

Definition at line 76 of file nrtypes_nr.h.

typedef NRMat<DP> Mat_DP

Definition at line 73 of file nrtypes_nr.h.

typedef const NRMat<bool> Mat_I_BOOL

Definition at line 48 of file nrtypes_nr.h.

typedef const NRMat<char> Mat_I_CHR

Definition at line 51 of file nrtypes_nr.h.

typedef const NRMat<complex<DP> > Mat_I_CPLX_DP

Definition at line 78 of file nrtypes_nr.h.

typedef const NRMat<complex<float> > Mat_I_CPLX_SP

Definition at line 75 of file nrtypes_nr.h.

typedef const NRMat<DP> Mat_I_DP

Definition at line 72 of file nrtypes_nr.h.

typedef const NRMat<int> Mat_I_INT

Definition at line 57 of file nrtypes_nr.h.

typedef const NRMat<long> Mat_I_LNG

Definition at line 63 of file nrtypes_nr.h.

typedef const NRMat<float> Mat_I_SP

Definition at line 69 of file nrtypes_nr.h.

typedef const NRMat<unsigned char> Mat_I_UCHR

Definition at line 54 of file nrtypes_nr.h.

typedef const NRMat<unsigned int> Mat_I_UINT

Definition at line 60 of file nrtypes_nr.h.

typedef const NRVec<unsigned long> Mat_I_ULNG

Definition at line 66 of file nrtypes_nr.h.

typedef NRMat<int> Mat_INT

Definition at line 58 of file nrtypes_nr.h.

typedef NRMat<bool> Mat_IO_BOOL

Definition at line 49 of file nrtypes_nr.h.

typedef NRMat<char> Mat_IO_CHR

Definition at line 52 of file nrtypes_nr.h.

typedef NRMat<complex<DP> > Mat_IO_CPLX_DP

Definition at line 79 of file nrtypes_nr.h.

typedef NRMat<complex<float> > Mat_IO_CPLX_SP

Definition at line 76 of file nrtypes_nr.h.

typedef NRMat<DP> Mat_IO_DP

Definition at line 73 of file nrtypes_nr.h.

typedef NRMat<int> Mat_IO_INT

Definition at line 58 of file nrtypes_nr.h.

typedef NRMat<long> Mat_IO_LNG

Definition at line 64 of file nrtypes_nr.h.

typedef NRMat<float> Mat_IO_SP

Definition at line 70 of file nrtypes_nr.h.

typedef NRMat<unsigned char> Mat_IO_UCHR

Definition at line 55 of file nrtypes_nr.h.

typedef NRMat<unsigned int> Mat_IO_UINT

Definition at line 61 of file nrtypes_nr.h.

typedef NRMat<unsigned long> Mat_IO_ULNG

Definition at line 67 of file nrtypes_nr.h.

typedef NRMat<long> Mat_LNG

Definition at line 64 of file nrtypes_nr.h.

typedef NRMat<bool> Mat_O_BOOL

Definition at line 49 of file nrtypes_nr.h.

typedef NRMat<char> Mat_O_CHR

Definition at line 52 of file nrtypes_nr.h.

typedef NRMat<complex<DP> > Mat_O_CPLX_DP

Definition at line 79 of file nrtypes_nr.h.

typedef NRMat<complex<float> > Mat_O_CPLX_SP

Definition at line 76 of file nrtypes_nr.h.

typedef NRMat<DP> Mat_O_DP

Definition at line 73 of file nrtypes_nr.h.

typedef NRMat<int> Mat_O_INT

Definition at line 58 of file nrtypes_nr.h.

typedef NRMat<long> Mat_O_LNG

Definition at line 64 of file nrtypes_nr.h.

typedef NRMat<float> Mat_O_SP

Definition at line 70 of file nrtypes_nr.h.

typedef NRMat<unsigned char> Mat_O_UCHR

Definition at line 55 of file nrtypes_nr.h.

typedef NRMat<unsigned int> Mat_O_UINT

Definition at line 61 of file nrtypes_nr.h.

typedef NRMat<unsigned long> Mat_O_ULNG

Definition at line 67 of file nrtypes_nr.h.

typedef NRMat<float> Mat_SP

Definition at line 70 of file nrtypes_nr.h.

typedef NRMat<unsigned char> Mat_UCHR

Definition at line 55 of file nrtypes_nr.h.

typedef NRMat<unsigned int> Mat_UINT

Definition at line 61 of file nrtypes_nr.h.

typedef NRMat<unsigned long> Mat_ULNG

Definition at line 67 of file nrtypes_nr.h.

typedef NRVec<bool> Vec_BOOL

Definition at line 14 of file nrtypes_nr.h.

typedef NRVec<char> Vec_CHR

Definition at line 17 of file nrtypes_nr.h.

typedef NRVec<complex<DP> > Vec_CPLX_DP

Definition at line 44 of file nrtypes_nr.h.

typedef NRVec<complex<float> > Vec_CPLX_SP

Definition at line 41 of file nrtypes_nr.h.

typedef NRVec<DP> Vec_DP

Definition at line 38 of file nrtypes_nr.h.

typedef NRVec<fstream *> Vec_FSTREAM_p

Definition at line 90 of file nrtypes_nr.h.

typedef const NRVec<bool> Vec_I_BOOL

Definition at line 13 of file nrtypes_nr.h.

typedef const NRVec<char> Vec_I_CHR

Definition at line 16 of file nrtypes_nr.h.

typedef const NRVec<complex<DP> > Vec_I_CPLX_DP

Definition at line 43 of file nrtypes_nr.h.

typedef const NRVec<complex<float> > Vec_I_CPLX_SP

Definition at line 40 of file nrtypes_nr.h.

typedef const NRVec<DP> Vec_I_DP

Definition at line 37 of file nrtypes_nr.h.

typedef const NRVec<int> Vec_I_INT

Definition at line 22 of file nrtypes_nr.h.

typedef const NRVec<long> Vec_I_LNG

Definition at line 28 of file nrtypes_nr.h.

typedef const NRVec<float> Vec_I_SP

Definition at line 34 of file nrtypes_nr.h.

typedef const NRVec<unsigned char> Vec_I_UCHR

Definition at line 19 of file nrtypes_nr.h.

typedef const NRVec<unsigned int> Vec_I_UINT

Definition at line 25 of file nrtypes_nr.h.

typedef const NRVec<unsigned long> Vec_I_ULNG

Definition at line 31 of file nrtypes_nr.h.

typedef NRVec<int> Vec_INT

Definition at line 23 of file nrtypes_nr.h.

typedef NRVec<bool> Vec_IO_BOOL

Definition at line 14 of file nrtypes_nr.h.

typedef NRVec<char> Vec_IO_CHR

Definition at line 17 of file nrtypes_nr.h.

typedef NRVec<complex<DP> > Vec_IO_CPLX_DP

Definition at line 44 of file nrtypes_nr.h.

typedef NRVec<complex<float> > Vec_IO_CPLX_SP

Definition at line 41 of file nrtypes_nr.h.

typedef NRVec<DP> Vec_IO_DP

Definition at line 38 of file nrtypes_nr.h.

typedef NRVec<int> Vec_IO_INT

Definition at line 23 of file nrtypes_nr.h.

typedef NRVec<long> Vec_IO_LNG

Definition at line 29 of file nrtypes_nr.h.

typedef NRVec<float> Vec_IO_SP

Definition at line 35 of file nrtypes_nr.h.

typedef NRVec<unsigned char> Vec_IO_UCHR

Definition at line 20 of file nrtypes_nr.h.

typedef NRVec<unsigned int> Vec_IO_UINT

Definition at line 26 of file nrtypes_nr.h.

typedef NRVec<unsigned long> Vec_IO_ULNG

Definition at line 32 of file nrtypes_nr.h.

typedef NRVec<long> Vec_LNG

Definition at line 29 of file nrtypes_nr.h.

typedef NRVec<NRMat<DP> *> Vec_Mat_DP_p

Definition at line 89 of file nrtypes_nr.h.

typedef NRVec<bool> Vec_O_BOOL

Definition at line 14 of file nrtypes_nr.h.

typedef NRVec<char> Vec_O_CHR

Definition at line 17 of file nrtypes_nr.h.

typedef NRVec<complex<DP> > Vec_O_CPLX_DP

Definition at line 44 of file nrtypes_nr.h.

typedef NRVec<complex<float> > Vec_O_CPLX_SP

Definition at line 41 of file nrtypes_nr.h.

typedef NRVec<DP> Vec_O_DP

Definition at line 38 of file nrtypes_nr.h.

typedef NRVec<int> Vec_O_INT

Definition at line 23 of file nrtypes_nr.h.

typedef NRVec<long> Vec_O_LNG

Definition at line 29 of file nrtypes_nr.h.

typedef NRVec<float> Vec_O_SP

Definition at line 35 of file nrtypes_nr.h.

typedef NRVec<unsigned char> Vec_O_UCHR

Definition at line 20 of file nrtypes_nr.h.

typedef NRVec<unsigned int> Vec_O_UINT

Definition at line 26 of file nrtypes_nr.h.

typedef NRVec<unsigned long> Vec_O_ULNG

Definition at line 32 of file nrtypes_nr.h.

typedef NRVec<float> Vec_SP

Definition at line 35 of file nrtypes_nr.h.

typedef NRVec<unsigned char> Vec_UCHR

Definition at line 20 of file nrtypes_nr.h.

typedef NRVec<unsigned int> Vec_UINT

Definition at line 26 of file nrtypes_nr.h.

typedef NRVec<unsigned long> Vec_ULNG

Definition at line 32 of file nrtypes_nr.h.

typedef NRVec<unsigned long *> Vec_ULNG_p

Definition at line 88 of file nrtypes_nr.h.



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