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 Mat< u32 > | umat |
typedef Col< u32 > | uvec |
typedef Col< u32 > | ucolvec |
typedef Row< u32 > | urowvec |
typedef Mat< s32 > | imat |
typedef Col< s32 > | ivec |
typedef Col< s32 > | icolvec |
typedef Row< s32 > | irowvec |
typedef Mat< float > | fmat |
typedef Col< float > | fvec |
typedef Col< float > | fcolvec |
typedef Row< float > | frowvec |
typedef Mat< double > | mat |
typedef Col< double > | vec |
typedef Col< double > | colvec |
typedef Row< double > | rowvec |
typedef Mat< cx_float > | cx_fmat |
typedef Col< cx_float > | cx_fvec |
typedef Col< cx_float > | cx_fcolvec |
typedef Row< cx_float > | cx_frowvec |
typedef Mat< cx_double > | cx_mat |
typedef Col< cx_double > | cx_vec |
typedef Col< cx_double > | cx_colvec |
typedef Row< cx_double > | cx_rowvec |
typedef unsigned char u8 |
typedef char s8 |
Definition at line 23 of file typedef.hpp.
typedef unsigned short u16 |
typedef short s16 |
Definition at line 35 of file typedef.hpp.
typedef unsigned long u32 |
Definition at line 42 of file typedef.hpp.
typedef long s32 |
Definition at line 43 of file typedef.hpp.
typedef std::complex<float> cx_float |
Definition at line 67 of file typedef.hpp.
typedef std::complex<double> cx_double |
Definition at line 68 of file typedef.hpp.
Definition at line 70 of file typedef.hpp.
Definition at line 71 of file typedef.hpp.
typedef Col<unsigned char> uchar_colvec |
Definition at line 72 of file typedef.hpp.
typedef Row<unsigned char> uchar_rowvec |
Definition at line 73 of file typedef.hpp.
Definition at line 75 of file typedef.hpp.
Definition at line 76 of file typedef.hpp.
Definition at line 77 of file typedef.hpp.
Definition at line 78 of file typedef.hpp.
Definition at line 80 of file typedef.hpp.
Definition at line 81 of file typedef.hpp.
Definition at line 82 of file typedef.hpp.
Definition at line 83 of file typedef.hpp.
Definition at line 85 of file typedef.hpp.
Definition at line 86 of file typedef.hpp.
Definition at line 87 of file typedef.hpp.
Definition at line 88 of file typedef.hpp.
Definition at line 90 of file typedef.hpp.
Definition at line 91 of file typedef.hpp.
Definition at line 92 of file typedef.hpp.
Definition at line 93 of file typedef.hpp.
Definition at line 95 of file typedef.hpp.
Definition at line 96 of file typedef.hpp.
typedef Col<cx_float> cx_fcolvec |
Definition at line 97 of file typedef.hpp.
typedef Row<cx_float> cx_frowvec |
Definition at line 98 of file typedef.hpp.
Definition at line 100 of file typedef.hpp.
Definition at line 101 of file typedef.hpp.
Definition at line 102 of file typedef.hpp.
Definition at line 103 of file typedef.hpp.