Learn R Programming

walkr (version 0.3.3)

rcppeigen_fcrossprod: Fast Matrix Cross-Product

Description

Computes using RcppEigen the product of t(A) and B

Usage

rcppeigen_fcrossprod(A, B)

Arguments

A
is the first parameter in t(A) times B
B
is the second parameter in t(A) times B

Value

matrix cross-product t(A) times B

Examples

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

Run the code above in your browser using DataLab