Method | Description | |
---|---|---|
ChangeValue ( int Row, int Col, int Mat ) : double | ||
GeomFill_Tensor ( ) : System | ||
GeomFill_Tensor ( |
||
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 |
public ChangeValue ( int Row, int Col, int Mat ) : double | ||
Row | int | |
Col | int | |
Mat | int | |
return | double |
public GeomFill_Tensor ( |
||
parameter1 | ||
return | System |
public GeomFill_Tensor ( int NbRow, int NbCol, int NbMat ) : System | ||
NbRow | int | |
NbCol | int | |
NbMat | int | |
return | System |
public Multiply ( Vector Right, math_Matrix Product ) : void | ||
Right | Vector | |
Product | math_Matrix | |
return | void |
public Value ( int Row, int Col, int Mat ) : double | ||
Row | int | |
Col | int | |
Mat | int | |
return | double |