Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
行列 A が与えられたときに、以下の式を満たす固有値 λ と、対応する固有ベクトル x を計算します。
Ax = λx : 標準固有値問題
Ax = λBx: 汎用固有値問題(A と B は同じタイプの行列で、かつ、B は正定値である必要があります)
名前空間: MolAx = λx : 標準固有値問題
Ax = λBx: 汎用固有値問題(A と B は同じタイプの行列で、かつ、B は正定値である必要があります)
アッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public sealed class EgvSolver : _Mol |
Visual Basic |
---|
Public NotInheritable Class EgvSolver Inherits _Mol |
Visual C++ |
---|
public ref class EgvSolver sealed : public _Mol |
[<SealedAttribute>] type EgvSolver = class inherit _Mol end |