Steven Oud

Results 7 comments of Steven Oud

Hi @TonyStark! I'm not actively maintaining this project, but this sould be relatively easy to implement. First, there's currently no support for functions with arbitrary arity, so some special value...

Hi, thanks for the feedback. I like this idea, perhaps add a command like `@mode ` where is decimal, hex or binary. It would be difficult and perhaps undesireable to...

That would be ideal, but tough to implement as the parser has no concept of hex, binary or decimal, everything is a float in the end. I'm sure it's doable...

I just completely missed that one, my bad!

I see! That's too bad, thanks for your reply. I was initially going to populate `CACHE` using `once_cell`, but of course the solvers don't implement `Sync` (I have multiple threads...

Alternatively, could `SparseMatrix` be made clonable (I think it doesn't contain C pointers)? Then I can at least cache and re-use the sparse matrix and only re-do the factorization.