C# Class FastQuant.Quant.MatrixDiag

显示文件 Open project: fastquant/fastquant.dll Class Usage Examples

Public Methods

Method Description
Assign ( MatrixDiag matrixDiag ) : void
Equals ( object matrixDiag ) : bool
GetHashCode ( ) : int
MatrixDiag ( Matrix matrix ) : System
this ( int i ) : double

Protected Methods

Method Description
Error ( string Where, string What ) : void

Method Details

Assign() public method

public Assign ( MatrixDiag matrixDiag ) : void
matrixDiag MatrixDiag
return void

Equals() public method

public Equals ( object matrixDiag ) : bool
matrixDiag object
return bool

Error() protected method

protected Error ( string Where, string What ) : void
Where string
What string
return void

GetHashCode() public method

public GetHashCode ( ) : int
return int

MatrixDiag() public method

public MatrixDiag ( Matrix matrix ) : System
matrix Matrix
return System

this() public method

public this ( int i ) : double
i int
return double