Static Public Member Functions

op_inv Class Reference
[Op_inv]

'invert matrix' operation More...

#include <op_inv_proto.hpp>

List of all members.

Static Public Member Functions

template<typename eT >
static void apply (Mat< eT > &out, const Mat< eT > &A)
 immediate inverse of a matrix, storing the result in a dense matrix
template<typename T1 >
static void 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 T1 >
static void apply_diag (Mat< typename T1::elem_type > &out, const Base< typename T1::elem_type, T1 > &X)

Detailed Description

'invert matrix' operation

Definition at line 24 of file op_inv_proto.hpp.