C# 클래스 numl.Math.LinearAlgebra.Evd

An evd.
파일 보기 프로젝트 열기: sethjuarez/numl 1 사용 예제들

공개 메소드들

메소드 설명
Compute ( double tol = 1.0e-10 ) : void

Computes the given tolerance.

Evd ( Matrix a ) : System

Constructor.

비공개 메소드들

메소드 설명
Factorize ( ) : void

Factorizes this object.

Off ( Matrix a ) : double

Offs the given a.

Parallel ( ) : void

Parallels this object.

Schur ( Matrix a, int p, int q ) : double>.Tuple

Schurs.

Sort ( ) : void

Sorts this object.

Sweep ( int p, int q ) : void

Sweeps.

max ( int a, int b ) : int

Determines the maximum of the given parameters.

min ( int a, int b ) : int

Determines the minimum of the given parameters.

sqr ( double x ) : double

Sqrs.

sqrt ( double x ) : double

Sqrts.

메소드 상세

Compute() 공개 메소드

Computes the given tolerance.
public Compute ( double tol = 1.0e-10 ) : void
tol double (Optional) the tolerance.
리턴 void

Evd() 공개 메소드

Constructor.
public Evd ( Matrix a ) : System
a Matrix The int to process.
리턴 System