Property | Type | Description | |
---|---|---|---|
SparseColumnVectors | LinearAlgebra.SparseColumnVector[] | ||
SparsePatternOfEachColumn | int[] | ||
flag_SameSparsePatterForAllColumns | bool | ||
nCols | int | ||
nRows | int |
Method | Description | |
---|---|---|
FillColumn ( int InputKey, float InputVal, int IdxCol ) : void | ||
GetColumns ( int IdxColumns ) : |
||
GetColumns ( |
||
GetHorizontalUnionSparsePattern ( ) : int[] | ||
IndexOfVerticalMax ( ) : int[] | ||
MaxAbsValue ( ) : float | ||
SetAllValuesToZero ( ) : void | ||
SetSparsePatternForAllColumn ( int SourceKey ) : void | ||
SparseMatrix ( |
||
SparseMatrix ( int NumRows, int NumCols ) : System | ||
SparseMatrix ( int NumRows, int NumCols, bool SameSparsePatternForAllColumn ) : System |
public FillColumn ( int InputKey, float InputVal, int IdxCol ) : void | ||
InputKey | int | |
InputVal | float | |
IdxCol | int | |
return | void |
public GetColumns ( int IdxColumns ) : |
||
IdxColumns | int | |
return |
public GetColumns ( |
||
SubMatrix | ||
IdxColumns | int | |
return | void |
public GetHorizontalUnionSparsePattern ( ) : int[] | ||
return | int[] |
public SetSparsePatternForAllColumn ( int SourceKey ) : void | ||
SourceKey | int | |
return | void |
public SparseMatrix ( |
||
SourceSparseMatrix | ||
return | System |
public SparseMatrix ( int NumRows, int NumCols ) : System | ||
NumRows | int | |
NumCols | int | |
return | System |
public SparseMatrix ( int NumRows, int NumCols, bool SameSparsePatternForAllColumn ) : System | ||
NumRows | int | |
NumCols | int | |
SameSparsePatternForAllColumn | bool | |
return | System |
public SparseColumnVector[],LinearAlgebra SparseColumnVectors | ||
return | LinearAlgebra.SparseColumnVector[] |
public bool flag_SameSparsePatterForAllColumns | ||
return | bool |