linalg-matmult: matmult

Description Usage Arguments Value

Description

Multiply two matrices: ret = alpha*x*y.

Usage

1
linalg_matmult(transx = FALSE, transy = FALSE, alpha = 1, x, y, ret = NULL)

Arguments

transx, transy

Should x/y be transposed?

alpha

Scalar.

x, y

Input data.

ret

Either NULL or an already allocated fml matrix of the same class and type as x.

Value

Returns the matrix product.


wrathematics/fmlr documentation built on Jan. 17, 2022, 4:10 p.m.