Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
計算結果情報を保持するEgvSolverオブジェクト
エルミート性を持つ一般複素数行列(対角要素を含まない、下三角部分は参照されません)の固有値問題を解きます。
行列の対角成分(を含まない)下の下三角部分の要素は参照されません。
指定した行列やベクトルは内容が書き換えられます。必要なら Clone() メソッド等で別途保存してください。
名前空間: Mol指定した行列やベクトルは内容が書き換えられます。必要なら Clone() メソッド等で別途保存してください。
アッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public static EgvSolver Solve( VectorDenseComplex Values, MatrixDenseGeneralComplex Vectors, MatrixDenseGeneralComplex A, int ixMin_value, int ixMax_value, double eps ) |
Visual Basic |
---|
Public Shared Function Solve ( Values As VectorDenseComplex, Vectors As MatrixDenseGeneralComplex, A As MatrixDenseGeneralComplex, ixMin_value As Integer, ixMax_value As Integer, eps As Double ) As EgvSolver |
Visual C++ |
---|
public: static EgvSolver^ Solve( VectorDenseComplex^ Values, MatrixDenseGeneralComplex^ Vectors, MatrixDenseGeneralComplex^ A, int ixMin_value, int ixMax_value, double eps ) |
static member Solve : Values : VectorDenseComplex * Vectors : MatrixDenseGeneralComplex * A : MatrixDenseGeneralComplex * ixMin_value : int * ixMax_value : int * eps : float -> EgvSolver |
Parameters
- Values
- タイプ: Mol..::..VectorDenseComplex
固有値を受け取るベクトル(サイズは A の行数以上)。null なら新規に作成されます。
- Vectors
- タイプ: Mol..::..MatrixDenseGeneralComplex
固有ベクトルを格納するための行列。null なら新規に作成されます。
- A
- タイプ: Mol..::..MatrixDenseGeneralComplex
固有値を計算するためのエルミート行列
- ixMin_value
- タイプ: System..::..Int32
計算する最小固有値のインデックス
- ixMax_value
- タイプ: System..::..Int32
計算する最大固有値のインデックス
- eps
- タイプ: System..::..Double
収束判定定数
Return Value
タイプ: EgvSolver計算結果情報を保持するEgvSolverオブジェクト