C# Class CascadeSharp.TKFillet.Blend.Blend_FuncInv

Inheritance: math_FunctionSetWithDerivatives
Afficher le fichier Open project: Oblikovati/CascadeSharp Class Usage Examples

Méthodes publiques

Méthode Description
Blend_FuncInv ( ) : System
Blend_FuncInv ( Blend_FuncInv parameter1 ) : System
Derivatives ( Vector X, math_Matrix D ) : bool
GetBounds ( Vector InfBound, Vector SupBound ) : void
GetTolerance ( Vector Tolerance, double Tol ) : void
IsSolution ( Vector Sol, double Tol ) : bool
NbEquations ( ) : int
NbVariables ( ) : int
Set ( bool OnFirst, Adaptor2d_HCurve2d COnSurf ) : void
Value ( Vector X, Vector F ) : bool
Values ( Vector X, Vector F, math_Matrix D ) : bool

Method Details

Blend_FuncInv() public méthode

public Blend_FuncInv ( ) : System
Résultat System

Blend_FuncInv() public méthode

public Blend_FuncInv ( Blend_FuncInv parameter1 ) : System
parameter1 Blend_FuncInv
Résultat System

Derivatives() public méthode

public Derivatives ( Vector X, math_Matrix D ) : bool
X Vector
D math_Matrix
Résultat bool

GetBounds() public méthode

public GetBounds ( Vector InfBound, Vector SupBound ) : void
InfBound Vector
SupBound Vector
Résultat void

GetTolerance() public méthode

public GetTolerance ( Vector Tolerance, double Tol ) : void
Tolerance Vector
Tol double
Résultat void

IsSolution() public méthode

public IsSolution ( Vector Sol, double Tol ) : bool
Sol Vector
Tol double
Résultat bool

NbEquations() public méthode

public NbEquations ( ) : int
Résultat int

NbVariables() public méthode

public NbVariables ( ) : int
Résultat int

Set() public méthode

public Set ( bool OnFirst, Adaptor2d_HCurve2d COnSurf ) : void
OnFirst bool
COnSurf Adaptor2d_HCurve2d
Résultat void

Value() public méthode

public Value ( Vector X, Vector F ) : bool
X Vector
F Vector
Résultat bool

Values() public méthode

public Values ( Vector X, Vector F, math_Matrix D ) : bool
X Vector
F Vector
D math_Matrix
Résultat bool