issues
search
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
Some syntax simplifications
#18
Closed
staple
closed
9 years ago
staple
commented
9 years ago
Vectors.dense(
).toDense -> new DenseVector(
)
remove unnecessary '_ match'
staple
commented
9 years ago
Based on
https://github.com/databricks/spark-tfocs/pull/17
mengxr
commented
9 years ago
LGTM