Свойство | Type | Description | |
---|---|---|---|
DenseMatrixValue | LinearAlgebra.DenseColumnVector[] | ||
DenseMatrixValuePerRow | LinearAlgebra.DenseRowVector[] | ||
isPerColumn | bool | ||
nCols | int | ||
nRows | int |
Méthode | Description | |
---|---|---|
ClearValue ( ) : void | ||
DenseMatrix ( ) : System | ||
DenseMatrix ( |
||
DenseMatrix ( int NumRows, int NumCols ) : System | ||
DenseMatrix ( int NumRows, int NumCols, bool IsPerColumn ) : System | ||
DenseMatrix ( int NumRows, int NumCols, float Value ) : System | ||
FillColumn ( float InputColumn, int IdxCol ) : void | ||
FillRandomValues ( ) : void | ||
FillRandomValues ( int RandomSeed ) : void | ||
FillValue ( float Value ) : void | ||
IndexOfVerticalMax ( ) : int[] | ||
Max ( ) : float | ||
MaxAbsValue ( ) : float | ||
Min ( ) : float |
public DenseMatrix ( |
||
SourceMatrix | ||
Résultat | System |
public DenseMatrix ( int NumRows, int NumCols ) : System | ||
NumRows | int | |
NumCols | int | |
Résultat | System |
public DenseMatrix ( int NumRows, int NumCols, bool IsPerColumn ) : System | ||
NumRows | int | |
NumCols | int | |
IsPerColumn | bool | |
Résultat | System |
public DenseMatrix ( int NumRows, int NumCols, float Value ) : System | ||
NumRows | int | |
NumCols | int | |
Value | float | |
Résultat | System |
public FillColumn ( float InputColumn, int IdxCol ) : void | ||
InputColumn | float | |
IdxCol | int | |
Résultat | void |
public FillRandomValues ( int RandomSeed ) : void | ||
RandomSeed | int | |
Résultat | void |
public DenseColumnVector[],LinearAlgebra DenseMatrixValue | ||
Résultat | LinearAlgebra.DenseColumnVector[] |
public DenseRowVector[],LinearAlgebra DenseMatrixValuePerRow | ||
Résultat | LinearAlgebra.DenseRowVector[] |