Open ChrisRackauckas opened 5 years ago
For PDE solving, usually one needs an ldiv! overload. For SparseBlockMatrix types, you should be able to specialize and break it down into smaller ldiv! operations. I wonder if that makes a big difference performance-wise.
ldiv!
For PDE solving, usually one needs an
ldiv!
overload. For SparseBlockMatrix types, you should be able to specialize and break it down into smallerldiv!
operations. I wonder if that makes a big difference performance-wise.