Learn R Programming

matrixdist (version 1.1.3)

matrix_product: Product of two matrices

Description

Product of two matrices

Usage

matrix_product(A1, A2)

Value

Computes C = A1 * A2

Arguments

A1

matrix

A2

matrix