Learn R Programming

walkr (version 0.4.0)

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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab