C# Class numl.Math.LinearAlgebra.Evd

An evd.
Exibir arquivo Open project: sethjuarez/numl Class Usage Examples

Public Methods

Method Description
Compute ( double tol = 1.0e-10 ) : void

Computes the given tolerance.

Evd ( Matrix a ) : System

Constructor.

Private Methods

Method Description
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.

Method Details

Compute() public method

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

Evd() public method

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