add function based constructor for band matrix and insertLocalTiles#214
add function based constructor for band matrix and insertLocalTiles#214jamabr wants to merge 5 commits intoicl-utk-edu:masterfrom
Conversation
|
This looks helpful. I'll look it over. Are there any tests / unit tests that use the new constructor? That would help assure that it is correct. |
Not yet, but I can check how you have implemented the tests for the others and add... |
|
See Well, the CT runs the whole unit test suite. That command runs the relevant part of the suite. |
|
Thanks for pointing me to this, I will add a similar test the next days... |
|
I added a test for the constructor and the new functions, similar to the tests you pointed to from the |
After some time, I started to synchronize our code to the recent SLATE developments. I was happy to see the progress, which made some of our local adjustments deprecated. For band matrices we require the function based constructor and the
insertLocalTilesfunction. Is this of interest for upstream?