Rdocumentation
powered by
Learn R Programming
matrixdist (version 1.1.3)
matrix_product_slow: Product of two matrices
Description
Product of two matrices
Usage
matrix_product_slow(a, b)
Value
Computes c = a * b
Arguments
a
matrix
b
matrix