grapes-times-times-grapes: Multiply matrices

%**%R Documentation

Multiply matrices

Description

Multiplies two matrices. Like %*%, but always returns a base matrix, not a Matrix, even when one or both of the two matrices are of class matrix.

Usage

X1 %**% X2

Arguments

X1

matrix-like object

X2

matrix-like object

Details

Uses RcppEigen when one or both matrices are of class dgCMatrix

Value

matrix


deruncie/MegaLMM documentation built on June 10, 2025, 7:26 p.m.