Roman

Results 12 issues of Roman

As far as I know, raptor is a completely different implementation than PyAMG. Given that PyAMG still lacks parallelism support, are there any plans to have python bindings for raptor...

We currently use dynamic views while extracting rows and columns of a 2D tensor ~~~c++ Tensor A; A(0, all) --> TensorViewExpr ~~~ this make it unnecessarily impossible to construct tensors...

enhancement