Eric Chu

Results 8 comments of Eric Chu

I just merged your PR for this (about 3 years later). :) It's on the 2.0.7rc branch. It should appear in 2.0.7 once we clear all the issues.

I don't have any plans to do this yet; is there a specific kind of norm you wanted to use? On Fri, Jun 27, 2014 at 9:45 AM, steve3141 [email protected]...

i think the issue is that i conflated the "codgen" with the "save to file" functionality. once we split the two up, codegen will only take "language" as an argument....

Yeah; that should be easy, actually. I wonder if you can already do this... (in a weird, OO-Java-ish way) `p.prob2socp.name = 'blahblah'` On Sun, Sep 22, 2013 at 12:46 PM,...

also... "variable _t0" appears to declare a variable named "t0."

Actually, it looks like the command for linking libraries in mex (on windows, at least) has now changed to `-Lm` instead of `-lm`. Can you give that a shot?

Actually, this behavior should be removed. The only concatenation that will be allowed is in "norm". `norm([x; y])` gets rewritten as as `norm(s,t)`, `norm(x)

You can try sum(sum(square(A-B))). IIRC, this might not work, since I wasn't planning on supporting matrix variables. In this case, you can (possibly) work around it by vectorizing the matrix...