Namespaces | Typedefs

Typedef

//! More...

Namespaces

namespace  junk

Typedefs

typedef unsigned char u8
 unsigned 8 bit type
typedef char s8
typedef unsigned short u16
 unsigned 16 bit type
typedef short s16
typedef unsigned int u32
typedef int s32
typedef std::complex< float > cx_float
typedef std::complex< double > cx_double
typedef Mat< unsigned char > uchar_mat
typedef Col< unsigned char > uchar_vec
typedef Col< unsigned char > uchar_colvec
typedef Row< unsigned char > uchar_rowvec
typedef Cube< unsigned char > uchar_cube
typedef Mat< u32umat
typedef Col< u32uvec
typedef Col< u32ucolvec
typedef Row< u32urowvec
typedef Cube< u32ucube
typedef Mat< s32imat
typedef Col< s32ivec
typedef Col< s32icolvec
typedef Row< s32irowvec
typedef Cube< s32icube
typedef Mat< float > fmat
typedef Col< float > fvec
typedef Col< float > fcolvec
typedef Row< float > frowvec
typedef Cube< float > fcube
typedef Mat< double > mat
typedef Col< double > vec
typedef Col< double > colvec
typedef Row< double > rowvec
typedef Cube< double > cube
typedef Mat< cx_floatcx_fmat
typedef Col< cx_floatcx_fvec
typedef Col< cx_floatcx_fcolvec
typedef Row< cx_floatcx_frowvec
typedef Cube< cx_floatcx_fcube
typedef Mat< cx_doublecx_mat
typedef Col< cx_doublecx_vec
typedef Col< cx_doublecx_colvec
typedef Row< cx_doublecx_rowvec
typedef Cube< cx_doublecx_cube

Detailed Description

//!


Typedef Documentation

typedef unsigned char u8

unsigned 8 bit type

Definition at line 23 of file typedef.hpp.

typedef char s8

Definition at line 24 of file typedef.hpp.

typedef unsigned short u16

unsigned 16 bit type

Definition at line 35 of file typedef.hpp.

typedef short s16

Definition at line 36 of file typedef.hpp.

typedef unsigned long u32

Definition at line 43 of file typedef.hpp.

typedef long s32

Definition at line 44 of file typedef.hpp.

typedef std::complex<float> cx_float

Definition at line 68 of file typedef.hpp.

typedef std::complex<double> cx_double

Definition at line 69 of file typedef.hpp.

typedef Mat<unsigned char> uchar_mat

Definition at line 71 of file typedef.hpp.

typedef Col<unsigned char> uchar_vec

Definition at line 72 of file typedef.hpp.

typedef Col<unsigned char> uchar_colvec

Definition at line 73 of file typedef.hpp.

typedef Row<unsigned char> uchar_rowvec

Definition at line 74 of file typedef.hpp.

typedef Cube<unsigned char> uchar_cube

Definition at line 75 of file typedef.hpp.

typedef Mat<u32> umat

Definition at line 77 of file typedef.hpp.

typedef Col<u32> uvec

Definition at line 78 of file typedef.hpp.

typedef Col<u32> ucolvec

Definition at line 79 of file typedef.hpp.

typedef Row<u32> urowvec

Definition at line 80 of file typedef.hpp.

typedef Cube<u32> ucube

Definition at line 81 of file typedef.hpp.

typedef Mat<s32> imat

Definition at line 83 of file typedef.hpp.

typedef Col<s32> ivec

Definition at line 84 of file typedef.hpp.

typedef Col<s32> icolvec

Definition at line 85 of file typedef.hpp.

typedef Row<s32> irowvec

Definition at line 86 of file typedef.hpp.

typedef Cube<s32> icube

Definition at line 87 of file typedef.hpp.

typedef Mat<float> fmat

Definition at line 89 of file typedef.hpp.

typedef Col<float> fvec

Definition at line 90 of file typedef.hpp.

typedef Col<float> fcolvec

Definition at line 91 of file typedef.hpp.

typedef Row<float> frowvec

Definition at line 92 of file typedef.hpp.

typedef Cube<float> fcube

Definition at line 93 of file typedef.hpp.

typedef Mat<double> mat

Definition at line 95 of file typedef.hpp.

typedef Col<double> vec

Definition at line 96 of file typedef.hpp.

typedef Col<double> colvec

Definition at line 97 of file typedef.hpp.

typedef Row<double> rowvec

Definition at line 98 of file typedef.hpp.

typedef Cube<double> cube

Definition at line 99 of file typedef.hpp.

typedef Mat<cx_float> cx_fmat

Definition at line 101 of file typedef.hpp.

typedef Col<cx_float> cx_fvec

Definition at line 102 of file typedef.hpp.

Definition at line 103 of file typedef.hpp.

Definition at line 104 of file typedef.hpp.

Definition at line 105 of file typedef.hpp.

typedef Mat<cx_double> cx_mat

Definition at line 107 of file typedef.hpp.

typedef Col<cx_double> cx_vec

Definition at line 108 of file typedef.hpp.

Definition at line 109 of file typedef.hpp.

Definition at line 110 of file typedef.hpp.

Definition at line 111 of file typedef.hpp.