Sparse Matrix<T>.Insert Clique Method
Inserts a two-dimensional set of values at the specified positions in the sparse matrix.
Definition
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public virtual void InsertClique(
Matrix<T> values,
int[] rows,
int[] columns
)
Parameters
Remarks
A clique is a two-dimensional array of values along with a set of row and column indexes that specify the position of the elements of the array in the sparse matrix.
Exceptions
Argument | values is null -or- rows is null -or- columns is null |