C# Class CascadeSharp.TKGeomAlgo.GeomFill.GeomFill_Tensor

Datei anzeigen Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method 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 method

public ChangeValue ( int Row, int Col, int Mat ) : double
Row int
Col int
Mat int
return double

GeomFill_Tensor() public method

public GeomFill_Tensor ( ) : System
return System

GeomFill_Tensor() public method

public GeomFill_Tensor ( GeomFill_Tensor parameter1 ) : System
parameter1 GeomFill_Tensor
return System

GeomFill_Tensor() public method

public GeomFill_Tensor ( int NbRow, int NbCol, int NbMat ) : System
NbRow int
NbCol int
NbMat int
return System

Init() public method

public Init ( double InitialValue ) : void
InitialValue double
return void

Multiply() public method

public Multiply ( Vector Right, math_Matrix Product ) : void
Right Vector
Product math_Matrix
return void

Value() public method

public Value ( int Row, int Col, int Mat ) : double
Row int
Col int
Mat int
return double