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.
# S3 method for ena.matrix
*(e1, e2)
An ena.matrix object with the dimension columns of e1 multiplied by e2.
An ena.matrix object whose dimension columns will be multiplied.
An ena.matrix or numeric matrix to multiply with the dimension columns of e1.