Burak Yavuz created SPARK-6442: ---------------------------------- Summary: MLlib 1.4 Local Linear Algebra Package Key: SPARK-6442 URL: https://issues.apache.org/jira/browse/SPARK-6442 Project: Spark Issue Type: New Feature Components: MLlib Reporter: Burak Yavuz Priority: Critical
MLlib's local linear algebra package doesn't have any support for any type of matrix operations. With 1.4, we wish to add support to a complete package of optimized linear algebra operations for Scala/Java users. The main goal is to support lazy operations so that element-wise can be implemented in a single for-loop, and complex operations can be interfaced through BLAS. The design doc: http://goo.gl/sf5LCE -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org For additional commands, e-mail: issues-h...@spark.apache.org