fmesher_qinv {fmesher} | R Documentation |
Compute sparse matrix inverse
Description
Requires RcppEigen which is not compiled in by default. Enable with
PKG_CPPFLAGS=-DFMESHER_WITH_EIGEN
in src/Makevars
and add RcppEigen
to the DESCRIPTION
LinkingTo
field.
Usage
fmesher_qinv(AA)
Arguments
AA |
A sparse matrix |
[Package fmesher version 0.5.0 Index]