Details
-
Improvement
-
Status: Closed
-
Critical
-
Resolution: Fixed
-
0.11.0
-
None
-
None
-
Nov/Dec-2015
Description
if mxA and mxB are two in-core DenseMatrix matrices, then
mxA(::,: %% mxB(::,: takes 4x the time of mxA %% mxB.
possibly an issue of dot products on VectorViews vs. DenseVectors.
dot product over DenseVectors seems to not to go through aggregate() cost-optimized framework.