matrix_product {matrixdist} | R 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.
[Package matrixdist version 1.1.9 Index]