#include <AppDef_ParLeastSquareOfTheGradient.hxx>
|
| | AppDef_ParLeastSquareOfTheGradient (const AppDef_MultiLine &SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const math_Vector &Parameters, const Standard_Integer NbPol) |
| |
| | AppDef_ParLeastSquareOfTheGradient (const AppDef_MultiLine &SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const Standard_Integer NbPol) |
| |
| | AppDef_ParLeastSquareOfTheGradient (const AppDef_MultiLine &SSP, const TColStd_Array1OfReal &Knots, const TColStd_Array1OfInteger &Mults, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const math_Vector &Parameters, const Standard_Integer NbPol) |
| |
| | AppDef_ParLeastSquareOfTheGradient (const AppDef_MultiLine &SSP, const TColStd_Array1OfReal &Knots, const TColStd_Array1OfInteger &Mults, const Standard_Integer FirstPoint, const Standard_Integer LastPoint, const AppParCurves_Constraint FirstCons, const AppParCurves_Constraint LastCons, const Standard_Integer NbPol) |
| |
| void | Perform (const math_Vector &Parameters) |
| |
| void | Perform (const math_Vector &Parameters, const Standard_Real l1, const Standard_Real l2) |
| |
| void | Perform (const math_Vector &Parameters, const math_Vector &V1t, const math_Vector &V2t, const Standard_Real l1, const Standard_Real l2) |
| |
| void | Perform (const math_Vector &Parameters, const math_Vector &V1t, const math_Vector &V2t, const math_Vector &V1c, const math_Vector &V2c, const Standard_Real l1, const Standard_Real l2) |
| |
| Standard_Boolean | IsDone () const |
| |
| AppParCurves_MultiCurve | BezierValue () |
| |
| const AppParCurves_MultiBSpCurve & | BSplineValue () |
| |
| const math_Matrix & | FunctionMatrix () const |
| |
| const math_Matrix & | DerivativeFunctionMatrix () const |
| |
| void | ErrorGradient (math_Vector &Grad, Standard_Real &F, Standard_Real &MaxE3d, Standard_Real &MaxE2d) |
| |
| const math_Matrix & | Distance () |
| |
| void | Error (Standard_Real &F, Standard_Real &MaxE3d, Standard_Real &MaxE2d) |
| |
| Standard_Real | FirstLambda () const |
| |
| Standard_Real | LastLambda () const |
| |
| const math_Matrix & | Points () const |
| |
| const math_Matrix & | Poles () const |
| |
| const math_IntegerVector & | KIndex () const |
| |
|
| void | Init (const AppDef_MultiLine &SSP, const Standard_Integer FirstPoint, const Standard_Integer LastPoint) |
| |
| Standard_Integer | NbBColumns (const AppDef_MultiLine &SSP) const |
| |
| Standard_Integer | TheFirstPoint (const AppParCurves_Constraint FirstCons, const Standard_Integer FirstPoint) const |
| |
| Standard_Integer | TheLastPoint (const AppParCurves_Constraint LastCons, const Standard_Integer LastPoint) const |
| |
| void | Affect (const AppDef_MultiLine &SSP, const Standard_Integer Index, AppParCurves_Constraint &Cons, math_Vector &Vt, math_Vector &Vc) |
| |
| void | ComputeFunction (const math_Vector &Parameters) |
| |
| void | SearchIndex (math_IntegerVector &Index) |
| |
| void | MakeTAA (math_Vector &TheA, math_Vector &TheB) |
| |
| void | MakeTAA (math_Vector &TheA) |
| |
| void | MakeTAA (math_Vector &TheA, math_Matrix &TheB) |
| |
| void AppDef_ParLeastSquareOfTheGradient::ComputeFunction |
( |
const math_Vector & |
Parameters | ) |
|
|
protected |
| const math_Matrix& AppDef_ParLeastSquareOfTheGradient::DerivativeFunctionMatrix |
( |
| ) |
const |
| const math_Matrix& AppDef_ParLeastSquareOfTheGradient::Distance |
( |
| ) |
|
| Standard_Real AppDef_ParLeastSquareOfTheGradient::FirstLambda |
( |
| ) |
const |
| const math_Matrix& AppDef_ParLeastSquareOfTheGradient::FunctionMatrix |
( |
| ) |
const |
| Standard_Real AppDef_ParLeastSquareOfTheGradient::LastLambda |
( |
| ) |
const |
| void AppDef_ParLeastSquareOfTheGradient::MakeTAA |
( |
math_Vector & |
TheA | ) |
|
|
protected |
| void AppDef_ParLeastSquareOfTheGradient::Perform |
( |
const math_Vector & |
Parameters | ) |
|
| const math_Matrix& AppDef_ParLeastSquareOfTheGradient::Points |
( |
| ) |
const |
| const math_Matrix& AppDef_ParLeastSquareOfTheGradient::Poles |
( |
| ) |
const |
The documentation for this class was generated from the following file: