| #
3536838d
|
| 12-Mar-2024 |
Stefano Zampini <stefano.zampini@gmail.com> |
MATNEST: support all NULL blocks
This is useful for doing something like
MatCreateNest(...,nr, isr, nc, isc, NULL, &N); ... MatNestSetSubMat(N,0,0,...)
Add missing interface checks and tests
|