You are here: Symbol Reference > Sparse Namespace > Classes > TSparseMtx Class > public > Size Method > TSparseMtx.Size Method (integer, integer, integer, TMtxFloatPrecision)
MtxVec VCL
ContentsIndex
PreviousUpNext
TSparseMtx.Size Method (integer, integer, integer, TMtxFloatPrecision)

Define sparse matrix size in single pass.

Pascal
procedure Size(const RowCount: integer; const ColCount: integer; const NonZeroCount: integer; const aFloatPrecision: TMtxFloatPrecision); overload;

Define the sparse matrix size to RowCount Rows, ColCount Cols, NonZeroCount non-zero elements (the NonZeros property) and define the matrix to be complex if IsComplex is true.

Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!