wrtobin / las

Zero-overhead interfaces to Linear Algebraic data structures and Solvers
1 stars 1 forks source link

Multiple Backend Solver Example #60

Closed jacobmerson closed 6 years ago

jacobmerson commented 6 years ago

Creating this as a pull request so we can discuss if there are any api changes we want to make for this sort of functionality. I had to make liberal use of ifdefs in my code to get everything functioning properly. This approach is fine with me, but I know @wrtobin likes to avoid this sort of thing if possible.