%*% {dibble}R Documentation

Matrix Multiplication

Description

Multiplies two matrices, if they are conformable.

Usage

x %*% y

Arguments

x

Numeric or complex dibble, matrices or vectors.

y

Numeric or complex dibble, matrices or vectors.

Details

%*% overrides base::%*% to make it generic. The default method calls the base version.

Value

A dibble if x or y is a dibble of a matrix. A scalar numeric if both x and y are dibbles of vectors. See base::%*% for the return value of the default method.

See Also

base::%*%


[Package dibble version 0.2.2 Index]