| RMUMPS_PERM {rmumps} | R Documentation |
Exported Constants
Description
Integer constants defining permutation types and exported from rmumps are following:
RMUMPS_PERM_AMDRMUMPS_PERM_AMFRMUMPS_PERM_SCOTCHRMUMPS_PERM_PORDRMUMPS_PERM_METISRMUMPS_PERM_QAMDRMUMPS_PERM_AUTO
They are all regrouped in a named vector RMUMPS_PERM where names are items above and values are corresponding constants.
Examples
am=rmumps::Rmumps$new(slam::as.simple_triplet_matrix(diag(1:3)))
am$set_permutation(RMUMPS_PERM_SCOTCH)
am$solve(1:3)
[Package rmumps version 5.2.1-30 Index]