You are here: Symbol Reference > Sparse Namespace > Classes > TSparseMtx Class > public > TripletsToSparse Method > TSparseMtx.TripletsToSparse Method (integer, integer, TIntegerArray, TIntegerArray, TCplxArray, double, boolean)
MtxVec VCL
ContentsIndex
PreviousUpNext
TSparseMtx.TripletsToSparse Method (integer, integer, TIntegerArray, TIntegerArray, TCplxArray, double, boolean)

Convert triplets to sparse format (complex version).

Pascal
procedure TripletsToSparse(RowCount: integer; ColCount: integer; const SrcRow: TIntegerArray; const SrcColumn: TIntegerArray; const SrcCValues: TCplxArray; Threshold: double = 0; PreserveZeroDiagElem: boolean = true); overload;
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!