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)

andyyao95/walkr documentation built on June 4, 2019, 7:18 a.m.