STK++ 0.9.13
STK_Invert.h File Reference

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

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

Go to the source code of this file.

Classes

struct  STK::hidden::InvertMatrixImpl< Matrix, Size_ >
 Implementation of the inversion matrix method for general/square matrices. More...
 
struct  STK::hidden::InvertMatrixDispatcher< Matrix, Size_ >
 computing the inverse of a matrix. More...
 
struct  STK::hidden::InvertMatrixDispatcher< Matrix, 1 >
 
struct  STK::hidden::InvertMatrixDispatcher< Matrix, 2 >
 
struct  STK::hidden::InvertMatrixDispatcher< Matrix, 3 >
 
struct  STK::hidden::InvertMatrixDispatcher< Matrix, 4 >
 

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.
 

Detailed Description

In this file we implement inversion method for general matrices.

Definition in file STK_Invert.h.