sparsemat / sprs

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

Documentation and other small updates #194

Closed mulimoen closed 4 years ago

mulimoen commented 4 years ago

When initially stumbling upon this crate I was a bit confused on how to create a matrix by using indices. I've added an example of how to create a matrix using the TriMat structure, which one can later convert to a compressed format.

In addition I updated the dependencies, fixed two doc-links, and some clippy lints.

vbarrielle commented 4 years ago

This looks nice, I'll have to take some time to think more about this flag in tobj::load_obj, and look at the test results.

mulimoen commented 4 years ago

The old behaviour seems to default to true for this option, https://github.com/Twinklebear/tobj/commit/1ae79e6d1ada57950e4589b32921b28c704e7140

vbarrielle commented 4 years ago

Looks good with this change, thanks!

vbarrielle commented 4 years ago

This will mean a version bump when I next publish the crate, but I was planning on doing one when I'm done updating the matrix products (see #192 for context)