C# Класс numl.Math.LinearAlgebra.Evd

An evd.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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