eigenMapMatMult: Matrix Multiplication using RcppEigen

View source: R/RcppExports.R

eigenMapMatMultR Documentation

Matrix Multiplication using RcppEigen

Description

Matrix multiplication of the two matrices in input, without copy.

Usage

eigenMapMatMult(A, B)

Arguments

A

numeric matrix of dimension m \times n

B

numeric matrix of dimension n \times l

Value

C matrix of dimension m \times p of the row-column product of A and B and C


diffudist documentation built on March 7, 2023, 6:12 p.m.