C# Class LinearAlgebra.DenseMatrix

Afficher le fichier Open project: jvking/bp-lda Class Usage Examples

Méthodes publiques

Свойство Type Description
DenseMatrixValue LinearAlgebra.DenseColumnVector[]
DenseMatrixValuePerRow LinearAlgebra.DenseRowVector[]
isPerColumn bool
nCols int
nRows int

Méthodes publiques

Méthode Description
ClearValue ( ) : void
DenseMatrix ( ) : System
DenseMatrix ( DenseMatrix SourceMatrix ) : System
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

Method Details

ClearValue() public méthode

public ClearValue ( ) : void
Résultat void

DenseMatrix() public méthode

public DenseMatrix ( ) : System
Résultat System

DenseMatrix() public méthode

public DenseMatrix ( DenseMatrix SourceMatrix ) : System
SourceMatrix DenseMatrix
Résultat System

DenseMatrix() public méthode

public DenseMatrix ( int NumRows, int NumCols ) : System
NumRows int
NumCols int
Résultat System

DenseMatrix() public méthode

public DenseMatrix ( int NumRows, int NumCols, bool IsPerColumn ) : System
NumRows int
NumCols int
IsPerColumn bool
Résultat System

DenseMatrix() public méthode

public DenseMatrix ( int NumRows, int NumCols, float Value ) : System
NumRows int
NumCols int
Value float
Résultat System

FillColumn() public méthode

public FillColumn ( float InputColumn, int IdxCol ) : void
InputColumn float
IdxCol int
Résultat void

FillRandomValues() public méthode

public FillRandomValues ( ) : void
Résultat void

FillRandomValues() public méthode

public FillRandomValues ( int RandomSeed ) : void
RandomSeed int
Résultat void

FillValue() public méthode

public FillValue ( float Value ) : void
Value float
Résultat void

IndexOfVerticalMax() public méthode

public IndexOfVerticalMax ( ) : int[]
Résultat int[]

Max() public méthode

public Max ( ) : float
Résultat float

MaxAbsValue() public méthode

public MaxAbsValue ( ) : float
Résultat float

Min() public méthode

public Min ( ) : float
Résultat float

Property Details

DenseMatrixValue public_oe property

public DenseColumnVector[],LinearAlgebra DenseMatrixValue
Résultat LinearAlgebra.DenseColumnVector[]

DenseMatrixValuePerRow public_oe property

public DenseRowVector[],LinearAlgebra DenseMatrixValuePerRow
Résultat LinearAlgebra.DenseRowVector[]

isPerColumn public_oe property

public bool isPerColumn
Résultat bool

nCols public_oe property

public int nCols
Résultat int

nRows public_oe property

public int nRows
Résultat int