Eric Chu

Results 15 issues of Eric Chu

Using just LMS numerics, the following code emits errors: N is of type `Rep[Int]` xs is of type `Vector[Double]` `val xbar = 1.0/N * sum(xs)` I am trying to compute...

cleanup

When we first started using appveyor, they didn't have python or conda support. They now do. We should likewise update our appveyor scripts so they become simpler. Ideally, the Windows...

help wanted

Complex variables have been requested.

should be consistent. with C it takes a "name" argument. with Python and Matlab, it doesn't. the "name" argument should be ignored or the differing behavior documented somewhere...

This will let us have more efficient generated code.

planned

Although we could canonicalize the problem "on the fly," we will elect not to, since having a separate "canonicalize" step makes sense. (You form the problem, then you canonicalize....) However,...

question

Python metaclasses seem like they might save us from having to write a bunch of code. But I won't really know until I attempt.

question