nalgebra/nalgebra-sparse
Andreas Longva b1199da206 Verify data validity in try_* constructors
We can easily create the CSR and CSC constructors by using the
SparsityPattern constructors. However, one lingering problem
is giving meaningful error messages. When forwarding error messages
from the SparsityPattern constructor, the error messages must
be written in terms of "major" or "minor" dimensions, and using
general terms like "lanes", instead of "rows" and "columns".
When forwarding these messages up to CSR or CSC constructors,
they are not directly meaningful to an end user. We should find
a better solution to this problem, so that end users get
more meaningful messages.
2021-01-26 10:11:24 +01:00
..
src Verify data validity in try_* constructors 2021-01-26 10:11:24 +01:00
tests Initial CSR and SparsityPattern impls (WIP) 2021-01-26 10:11:24 +01:00
Cargo.toml Initial COO implementation 2021-01-26 10:11:24 +01:00