[mlpack-git] [mlpack] Low-rank constraint matrices in LRSDP (#578)

Evan Patterson notifications at github.com
Wed Mar 16 16:13:30 EDT 2016


@rcurtin: Thanks for the suggestion. I've been thinking about how to most cleanly implement this feature.

The approach via variadic templates is interesting, but making that work would probably require some [template black magic](http://stackoverflow.com/questions/27941661). Now appetites for these things vary, but that's a bit much for me. Or maybe you had something else in mind?

What do you think about using either a traditional inheritence-based approach or `std::function`? There is some additional runtime overhead compared to templates, but it should be negligible compared to the linear algebra.

---
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/mlpack/mlpack/issues/578#issuecomment-197526274
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.cc.gatech.edu/pipermail/mlpack-git/attachments/20160316/feeca6b5/attachment-0001.html>


More information about the mlpack-git mailing list