Open CASCADE Technology 6.6.0
Data Structures
math_Crout.hxx File Reference
#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...
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines