Learn R Programming

matrixdist (version 1.1.9)

matrix_product: Product of two matrices

Description

Product of two matrices

Usage

matrix_product(A1, A2)

Value

Computes A1 * A2.

Arguments

A1

A matrix.

A2

A matrix.