Learn R Programming

walkr (version 0.4.0)

rcppeigen_fdet: Fast Matrix Determinant

Description

Computes using RcppEigen the determinant of A

Usage

rcppeigen_fdet(A)

Arguments

A

is the matrix whose determinant calculated

Value

determinant of A

Examples

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

Run the code above in your browser using DataLab