Learn R Programming

walkr (version 0.4.0)

rcppeigen_fsolve: Fast Matrix Inverse

Description

Computes using RcppEigen the inverse of A

Usage

rcppeigen_fsolve(A)

Arguments

A

is the matrix being inverted

Value

inverse of A

Examples

Run this code
# NOT RUN {
rcppeigen_fsolve(A)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab