Learn R Programming

walkr (version 0.3.3)

rcppeigen_ftcrossprod: Fast Matrix T-Cross-Product

Description

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

Usage

rcppeigen_ftcrossprod(A, B)

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

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

Run the code above in your browser using DataLab