C# 클래스 Encog.MathUtil.Matrices.Decomposition.EigenvalueDecomposition

파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
EigenvalueDecomposition ( Matrix matrix ) : System

Check for symmetry, then construct the eigenvalue decomposition

getImagEigenvalues ( ) : double[]

비공개 메소드들

메소드 설명
Hqr2 ( ) : void

This is derived from the Algol procedure hqr2, by Martin and Wilkinson, Handbook for Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutine in EISPACK.

Orthes ( ) : void

This is derived from the Algol procedures orthes and ortran, by Martin and Wilkinson, Handbook for Auto. Comp., Vol.ii-Linear Algebra, and the corresponding Fortran subroutines in EISPACK.

Tql2 ( ) : void

Symmetric tridiagonal QL algorithm.

Tred2 ( ) : void

Symmetric Householder reduction to tridiagonal form.

cdiv ( double xr, double xi, double yr, double yi ) : void

메소드 상세

EigenvalueDecomposition() 공개 메소드

Check for symmetry, then construct the eigenvalue decomposition
public EigenvalueDecomposition ( Matrix matrix ) : System
matrix Matrix Square matrix
리턴 System

getImagEigenvalues() 공개 메소드

public getImagEigenvalues ( ) : double[]
리턴 double[]