Skip to content

Pull requests: rust-ndarray/ndarray-linalg

Author
Filter by author
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Reviews
Assignee
Filter by who’s assigned
Assigned to nobody Loading
Sort

Pull requests list

Add documentation for solve module
#75 by jturner314 was merged Sep 20, 2017 Loading… updated Sep 20, 2017
Add determinant methods in solve module
#85 by jturner314 was merged Sep 28, 2017 Loading… updated Oct 2, 2017 v0.7.0
Add .rcond() and .rcond_into()
#90 by jturner314 was merged Oct 26, 2017 Loading… updated Oct 26, 2017
Add methods to get natural log of determinant directly
#104 by jturner314 was merged Feb 18, 2018 Loading… updated Feb 19, 2018
Remove SignLnOutput type from DeterminantH* traits
#106 by jturner314 was merged Mar 2, 2018 Loading… updated Mar 4, 2018
Docs - Landing page
#145 by LukeMathWalker was merged May 8, 2019 Loading… updated May 8, 2019
Linear regression example examples Either standalone in /examples or embedded in the docs
#166 by LukeMathWalker was closed Aug 4, 2019 Loading… updated Aug 4, 2019
Update ndarray to version 0.13
#172 by stefan-k was merged Oct 9, 2019 Loading… updated Oct 10, 2019
Update of blas-src, lapack-src and openblas-src
#174 by stefan-k was merged Oct 13, 2019 Loading… updated Oct 13, 2019
Add EigenValue/Vector for general matrix.
#186 by doraneko94 was merged Apr 18, 2020 Loading… updated Apr 18, 2020
Add calculation for tridiagonal matrices (solve, factorize, det, rcond)
#196 by doraneko94 was merged Jun 28, 2020 Loading… updated Jul 23, 2020 0.12.1
Expose lapack routines for solving least squares problems
#197 by paulkoerbitz was merged Jun 26, 2020 Loading… updated Jul 23, 2020 0.12.1
Port usage of uninitialized to build_uninit
#287 by bluss was merged May 27, 2021 Loading… updated May 27, 2021
Fix rcond_hilbert test
#372 by gkobeaga was merged Nov 24, 2024 Loading… updated Nov 24, 2024
use platform dependent c_char instead of hardcoded i8
#354 by mike-kfed was merged Jan 29, 2025 Loading… updated Jan 29, 2025
ProTip! Exclude everything labeled bug with -label:bug.