C# 클래스 CMatrix, promenade

파일 보기 프로젝트 열기: jarllarsson/promenade 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
m ].float[
m_cols int
m_rows int

공개 메소드들

메소드 설명
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

메소드 상세

CMatrix() 공개 메소드

public CMatrix ( int p_rows, int p_cols ) : System.Collections
p_rows int
p_cols int
리턴 System.Collections

Dot() 공개 정적인 메소드

public static Dot ( CMatrix, p_ma, CMatrix, p_mb ) : float
p_ma CMatrix,
p_mb CMatrix,
리턴 float

Mul() 공개 정적인 메소드

public static Mul ( CMatrix, p_ma, CMatrix, p_mb ) : CMatrix,
p_ma CMatrix,
p_mb CMatrix,
리턴 CMatrix,

Transpose() 공개 정적인 메소드

public static Transpose ( CMatrix, p_m ) : CMatrix,
p_m CMatrix,
리턴 CMatrix,

operator() 공개 정적인 메소드

public static operator ( ) : CMatrix,
리턴 CMatrix,

this() 공개 메소드

public this ( int p_row, int p_col ) : float
p_row int
p_col int
리턴 float

프로퍼티 상세

m 공개적으로 프로퍼티

public float[,] m
리턴 ].float[

m_cols 공개적으로 프로퍼티

public int m_cols
리턴 int

m_rows 공개적으로 프로퍼티

public int m_rows
리턴 int