matmult: matmult

Description Usage Arguments Value

Description

Matrix multiplication.

Usage

1
2
3
4
5
6
7
8
## S4 method for signature 'fmlmat,fmlmat'
x %*% y

## S4 method for signature 'fmlmat,matrix'
x %*% y

## S4 method for signature 'matrix,fmlmat'
x %*% y

Arguments

x, y

fmlmat matrices.

Value

A matrix of the same type as the inputs.


fml-fam/craze documentation built on June 6, 2020, 2:05 p.m.