[mlpack-git] [mlpack] Implementation of primal-dual interior point SDP solver (#391)

Ryan Curtin notifications at github.com
Mon Jan 26 13:46:22 EST 2015


> @@ -57,110 +73,86 @@ class LRSDPFunction
>                            arma::mat& gradient) const;
>  
>    //! Get the number of sparse constraints in the LRSDP.
> -  size_t NumSparseConstraints() const { return sparseB.n_elem; }
> +  size_t NumSparseConstraints() const { return sdp.NumSparseConstraints(); }

If you don't want to do it, I'm happy to. :)

---
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/pull/391/files#r23553455
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20150126/f7717595/attachment-0001.html>


More information about the mlpack-git mailing list