C# Class CMatrix, promenade

Afficher le fichier Open project: jarllarsson/promenade Class Usage Examples

Méthodes publiques

Свойство Type Description
m ].float[
m_cols int
m_rows int

Méthodes publiques

Méthode Description
CMatrix ( int p_rows, int p_cols ) : System.Collections
Dot ( CMatrix, p_ma, CMatrix, p_mb ) : float
Mul ( CMatrix, p_ma, CMatrix, p_mb ) : CMatrix,
Transpose ( CMatrix, p_m ) : CMatrix,
operator ( ) : CMatrix,
this ( int p_row, int p_col ) : float

Method Details

CMatrix() public méthode

public CMatrix ( int p_rows, int p_cols ) : System.Collections
p_rows int
p_cols int
Résultat System.Collections

Dot() public static méthode

public static Dot ( CMatrix, p_ma, CMatrix, p_mb ) : float
p_ma CMatrix,
p_mb CMatrix,
Résultat float

Mul() public static méthode

public static Mul ( CMatrix, p_ma, CMatrix, p_mb ) : CMatrix,
p_ma CMatrix,
p_mb CMatrix,
Résultat CMatrix,

Transpose() public static méthode

public static Transpose ( CMatrix, p_m ) : CMatrix,
p_m CMatrix,
Résultat CMatrix,

operator() public static méthode

public static operator ( ) : CMatrix,
Résultat CMatrix,

this() public méthode

public this ( int p_row, int p_col ) : float
p_row int
p_col int
Résultat float

Property Details

m public_oe property

public float[,] m
Résultat ].float[

m_cols public_oe property

public int m_cols
Résultat int

m_rows public_oe property

public int m_rows
Résultat int