Back to Finite Element (MFEM)
mfem.sparse.SparseMatrix.create
Creates a new empty sparse matrix of the specified dimensions.
Syntax
mfem.sparse.SparseMatrix.create(height, width)
Description
Creates a new empty sparse matrix of the specified dimensions.
Parameters
| Name | Description |
|---|---|
| height | - Number of rows |
| width | - Number of columns |
Returns
Promise<SparseMatrix>