C# 클래스 FastQuant.Quant.MatrixDiag

파일 보기 프로젝트 열기: fastquant/fastquant.dll 1 사용 예제들

공개 메소드들

메소드 설명
Assign ( MatrixDiag matrixDiag ) : void
Equals ( object matrixDiag ) : bool
GetHashCode ( ) : int
MatrixDiag ( Matrix matrix ) : System
this ( int i ) : double

보호된 메소드들

메소드 설명
Error ( string Where, string What ) : void

메소드 상세

Assign() 공개 메소드

public Assign ( MatrixDiag matrixDiag ) : void
matrixDiag MatrixDiag
리턴 void

Equals() 공개 메소드

public Equals ( object matrixDiag ) : bool
matrixDiag object
리턴 bool

Error() 보호된 메소드

protected Error ( string Where, string What ) : void
Where string
What string
리턴 void

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MatrixDiag() 공개 메소드

public MatrixDiag ( Matrix matrix ) : System
matrix Matrix
리턴 System

this() 공개 메소드

public this ( int i ) : double
i int
리턴 double