Linear algebra ============== Codac provides a set of functions for the decomposition and inversion of interval matrices. As Codac is based on the `Eigen library `_, some of the provided features adopt the structure of Eigen (same class name or operations) with an interval approach and reliable outputs. .. toctree:: :maxdepth: 2 inversion.rst lu.rst .. Vector, Matrix .. IntervalVector, IntervalMatrix .. Matrix operations and basic linear solving .. Reliable inversions of matrices .. eigen.rst