Static Public Member Functions | List of all members
op_inv Class Reference

'invert matrix' operation (general matrices) More...

#include <op_inv_bones.hpp>

Static Public Member Functions

template<typename eT >
static void apply (Mat< eT > &out, const Mat< eT > &A, const bool slow=false)
 immediate inverse of a matrix, storing the result in a dense matrix More...
 
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 More...
 
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 (general matrices)

Definition at line 20 of file op_inv_bones.hpp.


The documentation for this class was generated from the following files:


armadillo_matrix
Author(s):
autogenerated on Fri Apr 16 2021 02:32:00