STK++ 0.9.13
STK_InvertLowerTriangular.h File Reference

In this file we implement inversion method for lower triangular matrices. More...

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  STK::hidden::InvertLowerTriangularImpl< Matrix, Size_ >
 Implementation of the computation of the inverse of a lower triangular matrix. More...
 
struct  STK::hidden::InvertLowerTriangularDispatcher< Matrix, Size_ >
 utility class allowing to call the correct static function computing the inverse of a matrix. More...
 
struct  STK::hidden::InvertLowerTriangularDispatcher< Matrix, 1 >
 
struct  STK::hidden::InvertLowerTriangularDispatcher< Matrix, 2 >
 
struct  STK::hidden::InvertLowerTriangularDispatcher< Matrix, 3 >
 
struct  STK::hidden::InvertLowerTriangularDispatcher< 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 lower triangular matrices.

Definition in file STK_InvertLowerTriangular.h.