Mol(Math Object Library) fot .Net
アッセンブリー: Mol.Net (in Mol.Net.dll)
行数と列数を指定したコンストラクター(後でInitialize(Int32, Int32)メソッドを呼び出す必要はありません)。
名前空間: Molアッセンブリー: Mol.Net (in Mol.Net.dll)
構文
C# |
---|
public MatrixSparseGeneralDouble( int rows, int columns ) |
Visual Basic |
---|
Public Sub New ( rows As Integer, columns As Integer ) |
Visual C++ |
---|
public: MatrixSparseGeneralDouble( int rows, int columns ) |
new : rows : int * columns : int -> MatrixSparseGeneralDouble |