Learn R Programming

matrixdist (version 1.1.2)

matrix_product: Product of two matrices

Description

Product of two matrices

Usage

matrix_product(A1, A2)

Arguments

A1

matrix

A2

matrix

Value

Computes C = A1 * A2