SparseCompressedRowMatrixStorageTFindItem Method |
Find item Index in nonZeroValues array
Namespace: Altaxo.Calc.LinearAlgebra.StorageAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int FindItem(
int row,
int column
)
Parameters
- row Int32
- Matrix row index
- column Int32
- Matrix column index
Return Value
Int32Item index
Remarks WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks
See Also