Computes the matrix product C = AB. The product may be computed in place; the arrays a, b, and c may be the same array. Returns the product C.
(double[] a, double[] b, double[] c)
source not stored for this graph (policy: none)
no outgoing calls
no test coverage detected