typedef.hpp File Reference

Go to the source code of this file.

Classes

struct  junk::arma_elem_size_test

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< u32umat
typedef Col< u32uvec
typedef Col< u32ucolvec
typedef Row< u32urowvec
typedef Mat< s32imat
typedef Col< s32ivec
typedef Col< s32icolvec
typedef Row< s32irowvec
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_floatcx_fmat
typedef Col< cx_floatcx_fvec
typedef Col< cx_floatcx_fcolvec
typedef Row< cx_floatcx_frowvec
typedef Mat< cx_doublecx_mat
typedef Col< cx_doublecx_vec
typedef Col< cx_doublecx_colvec
typedef Row< cx_doublecx_rowvec