Open CASCADE Technology  7.7.0
Data Structures | Functions

math_Gauss.hxx File Reference

#include <Standard.hxx>
#include <Standard_DefineAlloc.hxx>
#include <Standard_Handle.hxx>
#include <math_Matrix.hxx>
#include <math_IntegerVector.hxx>
#include <math_Vector.hxx>
#include <Standard_OStream.hxx>
#include <Message_ProgressRange.hxx>

Data Structures

class  math_Gauss
 This class implements the Gauss LU decomposition (Crout algorithm) with partial pivoting (rows interchange) of a square matrix and the different possible derived calculation : More...
 

Functions

Standard_OStreamoperator<< (Standard_OStream &o, const math_Gauss &mG)
 

Function Documentation

◆ operator<<()

Standard_OStream& operator<< ( Standard_OStream o,
const math_Gauss mG 
)
inline