codac 2.0.0
|
#include <ostream>
#include "codac2_Matrix.h"
#include "codac2_IntervalMatrix.h"
#include "codac2_BoolInterval.h"
Go to the source code of this file.
Classes | |
class | codac2::IntvFullPivLU |
Full pivot LU decomposition for matrix of interval, based on Eigen decomposition. The decomposition is of the form M = P{-1} [L][U] Q{-1} where P and Q are permutation matrices, and [L] and [U] are lower and upper interval matrices ([L] diagonal is 1). More... | |