codac 2.0.0
Loading...
Searching...
No Matches
codac2_IntvFullPivLU.h File Reference
#include <ostream>
#include "codac2_Matrix.h"
#include "codac2_Row.h"
#include "codac2_IntervalMatrix.h"
#include "codac2_BoolInterval.h"
Include dependency graph for codac2_IntvFullPivLU.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  codac2::IntvFullPivLU
 Full pivot LU decomposition for a matrix of intervals, based on Eigen decomposition. The decomposition is of the form \(\mathbf{M} = \mathbf{P}^{-1} [\mathbf{L}][\mathbf{U}] \mathbf{Q}^{-1}\) where \(\mathbf{P}\) and \(\mathbf{Q}\) are permutation matrices, and \([\mathbf{L}]\) and \([\mathbf{U}]\) are lower and upper interval matrices (i.e. \([\mathbf{L}]\)'s diagonal is 1). More...
 

Namespaces

namespace  codac2
 

Detailed Description

Date
2024
Author
Damien Massé
License: GNU Lesser General Public License (LGPL)