Dsl (Digital Simulation Library) for .Net
true の場合、CPU に最適化されたインテル社の高速な Mkl を使用します。 true ならJacobian行列の非ゼロ要素の割合(%)が SparseCriteria を下回るとスパース専用の解法に移行します。 ここで「ゼロ要素」とは「計算の結果たまたまゼロ」という意味ではなく関数関係が無いため「恒久的にゼロ」という意味です。 false なら Mkl とスパース専用の解法は使用せず、C# で記述された内部の行列解法を用います。 特に2つの解法を比較するような場合を除いて、true でご使用ください。 デフォルトは true。

名前空間: Dsl
アッセンブリー: Dsl (in Dsl.dll)

構文

C#
public bool UseMklSolver { get; set; }
Visual Basic
Public Property UseMklSolver As Boolean
	Get
	Set
Visual C++
public:
property bool UseMklSolver {
	bool get ();
	void set (bool value);
}

Property Value

タイプ: Boolean

参照