Xu Yang created FLINK-14153: ------------------------------- Summary: Add to BLAS a method that performs DenseMatrix and SparseVector multiplication. Key: FLINK-14153 URL: https://issues.apache.org/jira/browse/FLINK-14153 Project: Flink Issue Type: Sub-task Components: Library / Machine Learning Reporter: Xu Yang
Previously there is "gemv" method in BLAS that performs multiplications between DenseMatrix and DenseVector. Here we add another one that performs multiplications between DenseMatrix and SparseVector. * Add gemv method to BLAS. * Add BLASTest that provides test cases for BLAS. -- This message was sent by Atlassian Jira (v8.3.4#803005)