eigenMapMatMult: Multiply two matrices using Eigen library

View source: R/RcppExports.R

eigenMapMatMultR Documentation

Multiply two matrices using Eigen library

Description

This function multiplies two matrices using the Eigen library, which provides fast linear algebra operations.

Usage

eigenMapMatMult(A, B)

Arguments

A

a matrix

B

a matrix

Value

the product of A and B


SPACO documentation built on March 31, 2026, 5:07 p.m.

Related to eigenMapMatMult in SPACO...