matmul: Matrix multiplication for HDF5Matrix

%*%R Documentation

Matrix multiplication for HDF5Matrix

Description

S3 generic for %*%. Dispatches to %*%.HDF5Matrix for HDF5Matrix objects, and to base::%*% for all others.

Usage

x %*% y

Arguments

x

Left-hand side matrix.

y

Right-hand side matrix.

Value

Result matrix.


BigDataStatMeth documentation built on May 15, 2026, 1:07 a.m.