rcppeigen_ftcrossprod: Fast Matrix T-Cross-Product

Description Usage Arguments Value Examples

Description

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

Usage

1

Arguments

A

is the first parameter in A times t(B)

B

is the second parameter in A times t(B)

Value

matrix tcross-product A times t(B)

Examples

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

## End(Not run)

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