Learn R Programming

walkr (version 0.4.0)

rcppeigen_ftrans: Fast Matrix Transpose

Description

Computes using RcppEigen transposed of A

Usage

rcppeigen_ftrans(A)

Arguments

A

is the matrix being transposed

Value

transpose of A

Examples

Run this code
# NOT RUN {
rcppeigen_ftrans(A)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab