C# Class CascadeSharp.TKMath.math.math_EigenValuesSearcher

显示文件 Open project: Oblikovati/CascadeSharp Class Usage Examples

Public Methods

Method Description
Dimension ( ) : int
EigenValue ( int Index ) : double
EigenVector ( int Index ) : CascadeSharp.TKMath.math.Vector
IsDone ( ) : bool
math_EigenValuesSearcher ( ) : System
math_EigenValuesSearcher ( TColStd_Array1OfReal Diagonal, TColStd_Array1OfReal Subdiagonal ) : System
math_EigenValuesSearcher ( math_EigenValuesSearcher parameter1 ) : System

Method Details

Dimension() public method

public Dimension ( ) : int
return int

EigenValue() public method

public EigenValue ( int Index ) : double
Index int
return double

EigenVector() public method

public EigenVector ( int Index ) : CascadeSharp.TKMath.math.Vector
Index int
return CascadeSharp.TKMath.math.Vector

IsDone() public method

public IsDone ( ) : bool
return bool

math_EigenValuesSearcher() public method

public math_EigenValuesSearcher ( ) : System
return System

math_EigenValuesSearcher() public method

public math_EigenValuesSearcher ( TColStd_Array1OfReal Diagonal, TColStd_Array1OfReal Subdiagonal ) : System
Diagonal TColStd_Array1OfReal
Subdiagonal TColStd_Array1OfReal
return System

math_EigenValuesSearcher() public method

public math_EigenValuesSearcher ( math_EigenValuesSearcher parameter1 ) : System
parameter1 math_EigenValuesSearcher
return System