C# Class CascadeSharp.TKGeomAlgo.GeomFill.GeomFill_Tensor

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

Méthodes publiques

Méthode Description
ChangeValue ( int Row, int Col, int Mat ) : double
GeomFill_Tensor ( ) : System
GeomFill_Tensor ( GeomFill_Tensor parameter1 ) : System
GeomFill_Tensor ( int NbRow, int NbCol, int NbMat ) : System
Init ( double InitialValue ) : void
Multiply ( Vector Right, math_Matrix Product ) : void
Value ( int Row, int Col, int Mat ) : double

Method Details

ChangeValue() public méthode

public ChangeValue ( int Row, int Col, int Mat ) : double
Row int
Col int
Mat int
Résultat double

GeomFill_Tensor() public méthode

public GeomFill_Tensor ( ) : System
Résultat System

GeomFill_Tensor() public méthode

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

GeomFill_Tensor() public méthode

public GeomFill_Tensor ( int NbRow, int NbCol, int NbMat ) : System
NbRow int
NbCol int
NbMat int
Résultat System

Init() public méthode

public Init ( double InitialValue ) : void
InitialValue double
Résultat void

Multiply() public méthode

public Multiply ( Vector Right, math_Matrix Product ) : void
Right Vector
Product math_Matrix
Résultat void

Value() public méthode

public Value ( int Row, int Col, int Mat ) : double
Row int
Col int
Mat int
Résultat double