lbfm-rwth / GaussParallel

https://lbfm-rwth.github.io/GaussParallel/
GNU General Public License v2.0
2 stars 5 forks source link

Add "IsChopped" option #198

Closed jnkbrachter closed 5 years ago

jnkbrachter commented 5 years ago

Add an option to input a list of list of (smaller) matrices already rather than a huge matrix. In this case the process of chopping up the matrix should not be part of the algorithm anymore.

ssiccha commented 5 years ago

Also, make a test that uses this new feature.

jnkbrachter commented 5 years ago

Fixed by #238