Property | Type | Description | |
---|---|---|---|
Array | CascadeSharp.TKMath.math.math_DoubleTab | ||
LowerColIndex | int | ||
LowerRowIndex | int | ||
UpperColIndex | int | ||
UpperRowIndex | int |
Method | Description | |
---|---|---|
Add ( |
||
Add ( |
||
Added ( |
||
Col ( int Col ) : CascadeSharp.TKMath.math.Vector | ||
ColNumber ( ) : int | ||
Determinant ( ) : double | ||
Divide ( double Right ) : void | ||
Divided ( double Right ) : |
||
Init ( double InitialValue ) : void | ||
Initialized ( |
||
Inverse ( ) : |
||
Invert ( ) : void | ||
LowerCol ( ) : int | ||
LowerRow ( ) : int | ||
Multiplied ( CascadeSharp.TKMath.math.Vector Right ) : CascadeSharp.TKMath.math.Vector | ||
Multiplied ( double Right ) : |
||
Multiplied ( |
||
Multiply ( CascadeSharp.TKMath.math.Vector Left, CascadeSharp.TKMath.math.Vector Right ) : void | ||
Multiply ( double Right ) : void | ||
Multiply ( |
||
Multiply ( |
||
Opposite ( ) : |
||
Row ( int Row ) : CascadeSharp.TKMath.math.Vector | ||
RowNumber ( ) : int | ||
Set ( int I1, int I2, int J1, int J2, |
||
SetCol ( int Col, CascadeSharp.TKMath.math.Vector V ) : void | ||
SetDiag ( double Value ) : void | ||
SetLower ( int LowerRow, int LowerCol ) : void | ||
SetLowerCol ( int LowerCol ) : void | ||
SetLowerRow ( int LowerRow ) : void | ||
SetRow ( int Row, CascadeSharp.TKMath.math.Vector V ) : void | ||
Subtract ( |
||
Subtract ( |
||
Subtracted ( |
||
SwapCol ( int Col1, int Col2 ) : void | ||
SwapRow ( int Row1, int Row2 ) : void | ||
TMultiplied ( double Right ) : |
||
TMultiply ( |
||
TMultiply ( |
||
Transpose ( ) : void | ||
Transposed ( ) : |
||
UpperCol ( ) : int | ||
UpperRow ( ) : int | ||
Value ( int Row, int Col ) : double | ||
math_Matrix ( ) : System | ||
math_Matrix ( IntPtr Tab, int LowerRow, int UpperRow, int LowerCol, int UpperCol ) : System | ||
math_Matrix ( int LowerRow, int UpperRow, int LowerCol, int UpperCol ) : System | ||
math_Matrix ( int LowerRow, int UpperRow, int LowerCol, int UpperCol, double InitialValue ) : System | ||
math_Matrix ( |
public Add ( |
||
Left | ||
Right | ||
return | void |
public Added ( |
||
Right | ||
return |
public Col ( int Col ) : CascadeSharp.TKMath.math.Vector | ||
Col | int | |
return | CascadeSharp.TKMath.math.Vector |
public Divided ( double Right ) : |
||
Right | double | |
return |
public Initialized ( |
||
Other | ||
return |
public Multiplied ( CascadeSharp.TKMath.math.Vector Right ) : CascadeSharp.TKMath.math.Vector | ||
Right | CascadeSharp.TKMath.math.Vector | |
return | CascadeSharp.TKMath.math.Vector |
public Multiplied ( double Right ) : |
||
Right | double | |
return |
public Multiplied ( |
||
Right | ||
return |
public Multiply ( CascadeSharp.TKMath.math.Vector Left, CascadeSharp.TKMath.math.Vector Right ) : void | ||
Left | CascadeSharp.TKMath.math.Vector | |
Right | CascadeSharp.TKMath.math.Vector | |
return | void |
public Multiply ( |
||
Left | ||
Right | ||
return | void |
public Row ( int Row ) : CascadeSharp.TKMath.math.Vector | ||
Row | int | |
return | CascadeSharp.TKMath.math.Vector |
public Set ( int I1, int I2, int J1, int J2, |
||
I1 | int | |
I2 | int | |
J1 | int | |
J2 | int | |
M | ||
return | void |
public SetCol ( int Col, CascadeSharp.TKMath.math.Vector V ) : void | ||
Col | int | |
V | CascadeSharp.TKMath.math.Vector | |
return | void |
public SetLower ( int LowerRow, int LowerCol ) : void | ||
LowerRow | int | |
LowerCol | int | |
return | void |
public SetRow ( int Row, CascadeSharp.TKMath.math.Vector V ) : void | ||
Row | int | |
V | CascadeSharp.TKMath.math.Vector | |
return | void |
public Subtract ( |
||
Left | ||
Right | ||
return | void |
public Subtracted ( |
||
Right | ||
return |
public TMultiplied ( double Right ) : |
||
Right | double | |
return |
public TMultiply ( |
||
Right | ||
return |
public TMultiply ( |
||
TLeft | ||
Right | ||
return | void |
public math_Matrix ( IntPtr Tab, int LowerRow, int UpperRow, int LowerCol, int UpperCol ) : System | ||
Tab | IntPtr | |
LowerRow | int | |
UpperRow | int | |
LowerCol | int | |
UpperCol | int | |
return | System |
public math_Matrix ( int LowerRow, int UpperRow, int LowerCol, int UpperCol ) : System | ||
LowerRow | int | |
UpperRow | int | |
LowerCol | int | |
UpperCol | int | |
return | System |
public math_Matrix ( int LowerRow, int UpperRow, int LowerCol, int UpperCol, double InitialValue ) : System | ||
LowerRow | int | |
UpperRow | int | |
LowerCol | int | |
UpperCol | int | |
InitialValue | double | |
return | System |
public math_Matrix ( |
||
Other | ||
return | System |
public math_DoubleTab,CascadeSharp.TKMath.math Array | ||
return | CascadeSharp.TKMath.math.math_DoubleTab |