Learn R Programming

walkr (version 0.4.0)

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)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab