function IsEqualSize(const Sparse: TSparseMtx): Boolean;
Compares matrix size.
| # | Name | Type | Description |
|---|---|---|---|
| 1 | Sparse | TSparseMtx |
Returns: Boolean - true if Sparse sparse matrix TMtxVec.Complex, TSparseMtx.Rows, TSparseMtx.Cols and TSparseMtx.NonZeros properties match those of calling sparse matrix.
See Also: TSparseMtx.Equal