19 template<
typename eT>
class Mat;
20 template<
typename eT>
class Col;
21 template<
typename eT>
class Row;
22 template<
typename eT>
class Cube;
23 template<
typename oT>
class field;
31 template<
typename eT>
class diagview;
82 template<const
bool, const
bool, const
bool, const
bool>
class gemm;
83 template<const
bool, const
bool, const
bool>
class gemv;
86 template<
typename eT,
typename gen_type>
class Gen;
88 template<
typename T1,
typename op_type>
class Op;
89 template<
typename T1,
typename eop_type>
class eOp;
90 template<
typename out_eT,
typename T1,
typename op_type>
class mtOp;
92 template<
typename T1,
typename T2,
typename glue_type>
class Glue;
93 template<
typename T1,
typename T2,
typename eglue_type>
class eGlue;
94 template<
typename out_eT,
typename T1,
typename T2,
typename glue_type>
class mtGlue;
98 template<
typename eT,
typename gen_type>
class GenCube;
100 template<
typename T1,
typename op_type>
class OpCube;
101 template<
typename T1,
typename eop_type>
class eOpCube;
102 template<
typename out_eT,
typename T1,
typename op_type>
class mtOpCube;
104 template<
typename T1,
typename T2,
typename glue_type>
class GlueCube;
105 template<
typename T1,
typename T2,
typename eglue_type>
class eGlueCube;
106 template<
typename out_eT,
typename T1,
typename T2,
typename glue_type>
class mtGlueCube;
Portable Pixel Map (colour image), used by the field and cube classes.
support class for generator functions (eg. zeros, randu, randn, ...)
static const injector_end_of_row endr
Class which implements the immediate multiplication of two or more matrices.
'invert matrix' operation (general matrices)
Wrapper for ATLAS/BLAS gemv function, using template arguments to control the arguments passed to gem...
'matrix transpose' operation
support class for generator functions (eg. zeros, randu, randn, ...)
comma separated values (CSV), without any other information
Class for finding sums of values in a matrix (e.g. along rows or columns)
Class for column vectors (matrices with only one column)
Class for finding maximum values in a matrix.
Wrapper for ATLAS/BLAS dgemm function, using template arguments to control the arguments passed to dg...
Armadillo binary format, with information about matrix type and size.
Class for row vectors (matrices with only one row)
'hermitian transpose' operation
Analog of the Op class, intended for cubes.
ASCII format (text), without any other information.
raw binary format, without any other information.
Portable Grey Map (greyscale image)
Class for finding minimum values in a matrix.
Class for storing data required to extract and set the diagonals of a matrix.
class for saving and loading matrices and fields
Armadillo ASCII format (text), with information about matrix type and size.
analog of the Glue class, intended for Cube objects
Automatically detect the file type (file must be one of the following types)