Learn R Programming

rENA (version 0.3.0)

*.ena.matrix: 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 ena.matrix
*(e1, e2)

Value

An ena.matrix object with the dimension columns of e1 multiplied by 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.