Learn R Programming

walkr (version 0.3.3)

rcppeigen_fprod: Fast Matrix Product

Description

Computes using RcppEigen the product of A and B

Usage

rcppeigen_fprod(A, B)

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

Run this code
## Not run: 
# rcppeigen_fprod(A, B)
# ## End(Not run)

Run the code above in your browser using DataLab