$search

Fn_det

Functions

template<typename T1 >
arma_warn_unused T1::elem_type det (const Op< T1, op_htrans > &in, const bool slow=false, const typename arma_blas_type_only< typename T1::elem_type >::result *junk1=0, const typename arma_not_cx< typename T1::elem_type >::result *junk2=0)
 determinant of trans(A)
template<typename T1 >
arma_warn_unused T1::elem_type det (const Op< T1, op_inv > &in, const bool slow=false, const typename arma_blas_type_only< typename T1::elem_type >::result *junk=0)
 determinant of inv(A), without doing the inverse operation
template<typename T1 >
arma_warn_unused T1::elem_type det (const Op< T1, op_diagmat > &X, const bool slow=false)
 determinant of diagmat
template<typename T1 >
arma_warn_unused T1::elem_type det (const Base< typename T1::elem_type, T1 > &X, const bool slow=false, const typename arma_blas_type_only< typename T1::elem_type >::result *junk=0)
 determinant of mat

Function Documentation

template<typename T1 >
arma_warn_unused T1::elem_type det ( const Op< T1, op_htrans > &  in,
const bool  slow = false,
const typename arma_blas_type_only< typename T1::elem_type >::result *  junk1 = 0,
const typename arma_not_cx< typename T1::elem_type >::result *  junk2 = 0 
) [inline]

determinant of trans(A)

Definition at line 103 of file fn_det.hpp.

template<typename T1 >
arma_warn_unused T1::elem_type det ( const Op< T1, op_inv > &  in,
const bool  slow = false,
const typename arma_blas_type_only< typename T1::elem_type >::result *  junk = 0 
) [inline]

determinant of inv(A), without doing the inverse operation

Definition at line 78 of file fn_det.hpp.

template<typename T1 >
arma_warn_unused T1::elem_type det ( const Op< T1, op_diagmat > &  X,
const bool  slow = false 
) [inline]

determinant of diagmat

Definition at line 46 of file fn_det.hpp.

template<typename T1 >
arma_warn_unused T1::elem_type det ( const Base< typename T1::elem_type, T1 > &  X,
const bool  slow = false,
const typename arma_blas_type_only< typename T1::elem_type >::result *  junk = 0 
) [inline]

determinant of mat

Definition at line 25 of file fn_det.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