Click or drag to resize

SparseCompressedRowMatrixStorageTFindItem Method

Find item Index in nonZeroValues array

Namespace: Altaxo.Calc.LinearAlgebra.Storage
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public int FindItem(
	int row,
	int column
)

Parameters

row  Int32
Matrix row index
column  Int32
Matrix column index

Return Value

Int32
Item index
Remarks
WARNING: This method is not thread safe. Use "lock" with it and be sure to avoid deadlocks
See Also