databricks / spark-tfocs

A Spark port of TFOCS: Templates for First-Order Conic Solvers (cvxr.com/tfocs)
Apache License 2.0
89 stars 37 forks source link

Reorganize vector spaces and functions using new package and naming conventions #12

Closed staple closed 9 years ago

staple commented 9 years ago

Moves function and vectorspace definitions to new namespaces which are named based on type parameters. This patch contains cosmetic changes only, no functional changes.

mengxr commented 9 years ago

LGTM