rcppeigen_fprod: Fast Matrix Product

Description Usage Arguments Value Examples

Description

Computes using RcppEigen the product of A and B

Usage

1

Arguments

A

is the first parameter in A times B

B

is the second parameter in A times B

Value

matrix product A times B

Examples

1
2
3
4
## Not run: 
rcppeigen_fprod(A, B)

## End(Not run)

walkr documentation built on June 29, 2019, 9:02 a.m.