$search

Op_inv

Classes

class  op_inv
 'invert matrix' operation (general matrices) More...
class  op_inv_sympd
 'invert matrix' operation (symmetric positive definite matrices) More...
class  op_inv_tr
 'invert matrix' operation (triangular matrices) More...

Functions

template<typename T1 >
static void op_inv_sympd::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_inv_sympd > &in)
 inverse of T1 (symmetric positive definite matrices)
template<typename T1 >
static void op_inv_tr::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_inv_tr > &in)
 inverse of T1 (triangular matrices)
template<typename T1 >
static void op_inv::apply (Mat< typename T1::elem_type > &out, const Op< T1, op_inv > &in)
 immediate inverse of T1, storing the result in a dense matrix
template<typename eT >
static void op_inv::apply (Mat< eT > &out, const Mat< eT > &A, const bool slow=false)
 immediate inverse of a matrix, storing the result in a dense matrix
template<typename T1 >
static void op_inv::apply_diag (Mat< typename T1::elem_type > &out, const Base< typename T1::elem_type, T1 > &X)

Function Documentation

template<typename T1 >
void op_inv_sympd::apply ( Mat< typename T1::elem_type > &  out,
const Op< T1, op_inv_sympd > &  in 
) [inline, static, inherited]

inverse of T1 (symmetric positive definite matrices)

Definition at line 124 of file op_inv_meat.hpp.

template<typename T1 >
void op_inv_tr::apply ( Mat< typename T1::elem_type > &  out,
const Op< T1, op_inv_tr > &  in 
) [inline, static, inherited]

inverse of T1 (triangular matrices)

Definition at line 105 of file op_inv_meat.hpp.

template<typename T1 >
void op_inv::apply ( Mat< typename T1::elem_type > &  out,
const Op< T1, op_inv > &  in 
) [inline, static, inherited]

immediate inverse of T1, storing the result in a dense matrix

Definition at line 45 of file op_inv_meat.hpp.

template<typename eT >
void op_inv::apply ( Mat< eT > &  out,
const Mat< eT > &  A,
const bool  slow = false 
) [inline, static, inherited]

immediate inverse of a matrix, storing the result in a dense matrix

Definition at line 22 of file op_inv_meat.hpp.

template<typename T1 >
void op_inv::apply_diag ( Mat< typename T1::elem_type > &  out,
const Base< typename T1::elem_type, T1 > &  X 
) [inline, static, inherited]

Definition at line 76 of file op_inv_meat.hpp.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines


armadillo_matrix
Author(s): Conrad Sanderson - NICTA (www.nicta.com.au), (Wrapper by Sjoerd van den Dries)
autogenerated on Tue Mar 5 12:27:51 2013