Returns a matrix that contains the counts of the elements in each pivot cell.
Namespace: Extreme.CollectionsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public Matrix<double> CountsMatrix()
Public Function CountsMatrix As Matrix(Of Double)
public:
Matrix<double>^ CountsMatrix()
member CountsMatrix : unit -> Matrix<float>
Return Value
Type:
MatrixDoubleA matrix that contains the counts of the elements in each pivot cell
indexed by the row and column indexes of the pivot object.
Numerical Libraries
Supported in: 5.x
Reference