sparsemat / sprs

sparse linear algebra library for rust
Apache License 2.0
381 stars 45 forks source link

CsVec constructors #275

Closed mulimoen closed 3 years ago

mulimoen commented 3 years ago

This is the vector analouge to #274

The new API consists of

Internal:

A bunch of the other constructors were removed. These can be expressed in some form of the above. The unsafe view constructors are removed in preference to new_unchecked, where the caller must ensure valid lifetimes

Fixes #273