STK++ 0.9.13
STK_InvertMatrix.h File Reference

In this file we implement inversion method for general matrix. More...

Include dependency graph for STK_InvertMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::array2D_ >
 Specialization for general arrays. More...
 
struct  STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::square_ >
 Specialization for square arrays. More...
 
struct  STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::upper_triangular_ >
 Specialization for upper triangular arrays. More...
 
struct  STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::lower_triangular_ >
 Specialization for upper triangular arrays. More...
 
struct  STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::symmetric_ >
 Specialization for symmetric arrays. More...
 
struct  STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::upper_symmetric_ >
 Specialization for symmetric arrays. More...
 
struct  STK::hidden::DispatcherChooser< Matrix, Size_, Arrays::lower_symmetric_ >
 
struct  STK::hidden::AlgebraTraits< InvertMatrix< Matrix, Size_ > >
 Specialization for matrix inversion methods. More...
 
class  STK::InvertMatrix< Matrix, Size_ >
 The InvertMatrix class is a functor class allowing to compute the inverse of a symmetric matrix. More...
 

Namespaces

namespace  STK
 The namespace STK is the main domain space of the Statistical ToolKit project.
 
namespace  STK::hidden
 The hidden namespace enclose the classes and methods which are used internally by the STK++ classes.
 

Functions

template<class Matrix >
hidden::AlgebraTraits< InvertMatrix< Matrix, hidden::Traits< Matrix >::sizeRows_ > >::Result STK::invert (Matrix const &mat)
 Utility function allowing to compute the inverse of a matrix.
 

Detailed Description

In this file we implement inversion method for general matrix.

Definition in file STK_InvertMatrix.h.