MatSuperluDistGetDiagU#
Get the diagonal of the U factor of a MATSOLVERSUPERLU_DIST factored matrix.
Synopsis#
PetscErrorCode MatSuperluDistGetDiagU(Mat F, PetscScalar *diagU)
Collective
Input Parameter#
F - the factored matrix returned by
MatGetFactor()withMATSOLVERSUPERLU_DIST
Output Parameter#
diagU - array of the U factor diagonal; must be preallocated by the caller
See Also#
Mat, MATSOLVERSUPERLU_DIST, MatGetFactor(), MatLUFactorSymbolic(), MatLUFactorNumeric()
Level#
advanced
Location#
Implementations#
MatSuperluDistGetDiagU_SuperLU_DIST() in src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c
Index of all Mat routines
Table of Contents for all manual pages
Index of all manual pages