Results 6 comments of Matthew Pearce

Hi, can I ask what the status of the cusparse wrappers is? I note they aren't covered in the documentation and I don't see objects to work with having installed...

Not used this particular function myself (and not project affiliated), but the magma bindings are a place to start for a CULA alternative. There are no docs, but magma_sgesv looks...

`poll` still seems to be missing. I looked into the source but got as far as `Base._FDWatcher` and thought this was too internal to start playing with.

Per the bug asmeurer linked, this is caused by mixing of non-commutative dummy symbols and matrix symbols during `.factor()`. The `factor_nc` algo seems to work fine when the `MatrixExpr` is...

> It isn't clear to me why nc_factor needs to use these dummy variables at all. In the grand scheme `factor_nc` probably shouldn't. The main reason (and it's a decent...

It was embedded within an error related to multivariate stats. But it turned out to be reproducible on its own. The error message in this case should probably be changed...