-
*HYPRE_StructMatrix - The matrix object
-
HYPRE_StructMatrixCreate - Create a matrix object
-
HYPRE_StructMatrixDestroy - Destroy a matrix object
-
HYPRE_StructMatrixInitialize - Prepare a matrix object for setting coefficient values
-
HYPRE_StructMatrixSetValues - Set matrix coefficients index by index.
-
HYPRE_StructMatrixAddToValues - Add to matrix coefficients index by index.
-
HYPRE_StructMatrixSetConstantValues - Set matrix coefficients which are constant over the grid.
-
HYPRE_StructMatrixAddToConstantValues - Add to matrix coefficients which are constant over the grid.
-
HYPRE_StructMatrixSetBoxValues - Set matrix coefficients a box at a time.
-
HYPRE_StructMatrixAddToBoxValues - Add to matrix coefficients a box at a time.
-
HYPRE_StructMatrixAssemble - Finalize the construction of the matrix before using
-
HYPRE_StructMatrixSetSymmetric - Define symmetry properties of the matrix.
-
HYPRE_StructMatrixSetConstantEntries - Specify which stencil entries are constant over the grid.
-
HYPRE_StructMatrixSetNumGhost - Set the ghost layer in the matrix
-
HYPRE_StructMatrixPrint - Print the matrix to file.
-
HYPRE_StructMatrixMatvec - Matvec operator.
Alphabetic index