C# 클래스 FastQuant.Quant.Vector

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

공개 메소드들

메소드 설명
Abs ( ) : Vector
AreCompatible ( Vector v1, Vector v2 ) : bool
ElementDiv ( Vector target, Vector source ) : Vector
ElementMult ( Vector target, Vector source ) : Vector
Equals ( object vector ) : bool
GetHashCode ( ) : int
IsValid ( ) : bool
Norm1 ( ) : double
Norm2Sqr ( ) : double
NormInf ( ) : double
Print ( ) : void
Print ( string format ) : void
ResizeTo ( int newNRows ) : void
Sqr ( ) : Vector
Sqrt ( ) : Vector
Vector ( ) : System
Vector ( int nrows ) : System
Zero ( ) : void
operator ( ) : Vector
operator ( ) : double
this ( int index ) : double

비공개 메소드들

메소드 설명
EnsureCompatible ( Vector v1, Vector v2 ) : void
EnsureNumberPositive ( int n, string name ) : void
EnsureValid ( Vector v, string name = "Vector" ) : void

메소드 상세

Abs() 공개 메소드

public Abs ( ) : Vector
리턴 Vector

AreCompatible() 공개 정적인 메소드

public static AreCompatible ( Vector v1, Vector v2 ) : bool
v1 Vector
v2 Vector
리턴 bool

ElementDiv() 공개 메소드

public ElementDiv ( Vector target, Vector source ) : Vector
target Vector
source Vector
리턴 Vector

ElementMult() 공개 메소드

public ElementMult ( Vector target, Vector source ) : Vector
target Vector
source Vector
리턴 Vector

Equals() 공개 메소드

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

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

IsValid() 공개 메소드

public IsValid ( ) : bool
리턴 bool

Norm1() 공개 메소드

public Norm1 ( ) : double
리턴 double

Norm2Sqr() 공개 메소드

public Norm2Sqr ( ) : double
리턴 double

NormInf() 공개 메소드

public NormInf ( ) : double
리턴 double

Print() 공개 메소드

public Print ( ) : void
리턴 void

Print() 공개 메소드

public Print ( string format ) : void
format string
리턴 void

ResizeTo() 공개 메소드

public ResizeTo ( int newNRows ) : void
newNRows int
리턴 void

Sqr() 공개 메소드

public Sqr ( ) : Vector
리턴 Vector

Sqrt() 공개 메소드

public Sqrt ( ) : Vector
리턴 Vector

Vector() 공개 메소드

public Vector ( ) : System
리턴 System

Vector() 공개 메소드

public Vector ( int nrows ) : System
nrows int
리턴 System

Zero() 공개 메소드

public Zero ( ) : void
리턴 void

operator() 공개 정적인 메소드

public static operator ( ) : Vector
리턴 Vector

operator() 공개 정적인 메소드

public static operator ( ) : double
리턴 double

this() 공개 메소드

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