matrix_product: Product of two matrices

View source: R/RcppExports.R

matrix_productR Documentation

Product of two matrices

Description

Product of two matrices

Usage

matrix_product(A1, A2)

Arguments

A1

A matrix.

A2

A matrix.

Value

Computes A1 * A2.


matrixdist documentation built on Aug. 8, 2023, 5:06 p.m.