HYPRE_Int HYPRE_IJMatrixGetValues

(HYPRE_IJMatrix matrix,
  HYPRE_Int nrows,
  HYPRE_Int* ncols,
  HYPRE_Int* rows,
  HYPRE_Int* cols,
  double* values)

Gets values for nrows rows or partial rows of the matrix.

Documentation

Gets values for nrows rows or partial rows of the matrix. Usage details are analogous to HYPRE_IJMatrixSetValues.

Alphabetic index