Define sparse matrix size in single pass.
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.
Size Method