int HYPRE_StructMatrixAddToValues

(HYPRE_StructMatrix matrix,
  int* index, int nentries,
  int* entries,
  double* values)

Add to matrix coefficients index by index.

Documentation

Add to matrix coefficients index by index. The values array is of length nentries.

NOTE: For better efficiency, use HYPRE_StructMatrixAddToBoxValues to set coefficients a box at a time.

Alphabetic index