times-.ena.matrix: Multiply ena.matrix objects Element-wise multiplication of...

*.ena.matrixR Documentation

Multiply ena.matrix objects Element-wise multiplication of dimension columns in an ena.matrix by another ena.matrix or numeric matrix. If e2 is an ena.matrix, it is converted to a standard matrix before multiplication. The multiplication is applied only to the dimension columns of e1, while other columns remain unchanged.

Description

Multiply ena.matrix objects Element-wise multiplication of dimension columns in an ena.matrix by another ena.matrix or numeric matrix. If e2 is an ena.matrix, it is converted to a standard matrix before multiplication. The multiplication is applied only to the dimension columns of e1, while other columns remain unchanged.

Usage

## S3 method for class 'ena.matrix'
e1 * e2

Arguments

e1

An ena.matrix object whose dimension columns will be multiplied.

e2

An ena.matrix or numeric matrix to multiply with the dimension columns of e1.

Value

An ena.matrix object with the dimension columns of e1 multiplied by e2.


rENA documentation built on Nov. 5, 2025, 5:50 p.m.