RMUMPS_PERM {rmumps}R Documentation

Exported Constants

Description

Integer constants defining permutation types and exported from rmumps are following:

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-29 Index]