|
Open CASCADE Technology
6.9.0
|
#include <Standard.hxx>#include <Standard_DefineAlloc.hxx>#include <Standard_Macro.hxx>#include <math_Matrix.hxx>#include <Standard_Boolean.hxx>#include <Standard_Real.hxx>#include <Standard_OStream.hxx>#include <math_Crout.lxx>Data Structures | |
| class | math_Crout |
| This class implements the Crout algorithm used to solve a system A*X = B where A is a symmetric matrix. It can be used to invert a symmetric matrix. This algorithm is similar to Gauss but is faster than Gauss. Only the inferior triangle of A and the diagonal can be given. More... | |
1.8.5