rcppeigen_fcrossprod: Fast Matrix Cross-Product

Description Usage Arguments Value Examples

Description

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

Usage

1

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

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

## End(Not run)

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