Learn R Programming

walkr (version 0.4.0)

rcppeigen_fcrossprod: Fast Matrix Cross-Product

Description

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

Usage

rcppeigen_fcrossprod(A, B)

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

Run this code
# NOT RUN {
rcppeigen_fcrossprod(A, B)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab