issues
search
rust-ndarray
/
ndarray-linalg
Linear algebra package for rust-ndarray using LAPACK binding
Other
376
stars
77
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Upgrade ndarray and other deps
#386
bluss
opened
2 days ago
1
Add a feature to turn on/off blas backend
#385
kateinoigakukun
opened
1 week ago
0
Avoid hardcoded assumed pointer types
#384
ivan-aksamentov
closed
2 weeks ago
3
Does absolute minimum to bump ndarray to 0.16.1
#383
akern40
closed
1 month ago
1
Upgrade ndarray dependency to 0.16.1
#382
LiuyichenYanwushang
closed
1 month ago
2
Add new maintainers to ndarray-linalg
#381
samueltardieu
opened
2 months ago
2
Version conflict with ndarray 0.16.0
#380
Silzinc
opened
3 months ago
2
Upgrade ndarray and other deps
#379
Dirreke
closed
2 days ago
8
ARM performance library support?
#378
jianshu93
opened
7 months ago
0
Rust 1.79 failed?
#377
jianshu93
closed
7 months ago
0
add function of cholesky update
#376
AndersonYin
opened
8 months ago
0
stop LAPACK least_squares from printing / verbose
#375
azmyrajab
closed
7 months ago
0
Implement tridiagonal solve for Array1 right hand sides
#374
Chris00
opened
9 months ago
0
Apple silicon compile error: "ld: Undefined symbols"
#373
abroy77
opened
9 months ago
1
Fix rcond_hilbert test
#372
gkobeaga
closed
1 day ago
1
Bump openblas-src to 0.10.9
#371
gkobeaga
opened
9 months ago
0
Linking on Debian: libblas instead of libcblas
#370
Chris00
opened
9 months ago
0
`error LNK2019: unresolved external symbol zgtcon_` under Windows
#369
Danvil
opened
10 months ago
4
Eigh eigenvectors are inverted
#368
pdcook
opened
1 year ago
0
Unnecessary trait bound
#367
edyounis
opened
1 year ago
0
Casted pointers to work on different platforms
#366
voibit
opened
1 year ago
0
Build fails on arm64 mac running linux.
#365
voibit
closed
1 year ago
1
How to install on OSX
#364
feribg
opened
1 year ago
1
Link problem with intel-mkl on Windows when using both stats + linalg in a single project
#363
ronniec95
closed
1 year ago
1
accelerate framework support macOS
#362
jianshu93
opened
1 year ago
12
LAPACK linker errors
#361
bkolligs
closed
1 year ago
1
Add keyword #linear-algebra for cargo.io discovery
#360
nielsle
opened
1 year ago
0
Updated features to match intel-mkl-src 8.1 (enabeling multithreading / ilp64)
#359
KKrijnen
opened
1 year ago
0
Update lib.rs to match the lax.toml
#358
KKrijnen
closed
1 year ago
0
Enable all intel-mkl-src featuers
#357
KKrijnen
closed
1 year ago
0
solve doesn't return the expected vector
#356
adamcataldo
opened
1 year ago
0
Autovectorization on x86
#355
Janmajayamall
opened
1 year ago
0
use platform dependent c_char instead of hardcoded i8
#354
mike-kfed
opened
1 year ago
13
Fix misleading documentation about tridiagonal matrices
#353
Chris00
opened
1 year ago
0
Stable expm
#352
matthagan15
opened
1 year ago
12
ARM clibs with u8
#351
JBenda
opened
1 year ago
4
Support Veclib of MacOS
#350
jianshu93
opened
2 years ago
5
Add `LuTridiagonalWork`, merge `Tridiagonal_` into `Lapack`
#349
termoshtt
closed
2 years ago
1
Merge `Triangular_` into `Lapack`
#348
termoshtt
closed
2 years ago
1
Merge `Rcond_` and `OperatorNorm_` into `Lapack` trait
#347
termoshtt
closed
2 years ago
1
Merge `Solve_`, `Solveh_` and `Cholesky_` into `Lapack` trait
#346
termoshtt
closed
2 years ago
1
Add `SvdWork`, merge `lax::SVD_` into `Lapack` trait
#345
termoshtt
closed
2 years ago
1
Deny `rustdoc::private_intra_doc_links` lint
#344
termoshtt
closed
2 years ago
1
Add `HouseholderWork`, merge `lax::QR_` into `Lapack`
#343
termoshtt
closed
2 years ago
1
Check broken intra document link on CI
#342
termoshtt
closed
2 years ago
1
Add `lax::eigh::EighWork`, merge `lax::Eigh_` into `Lapack` trait
#341
termoshtt
closed
2 years ago
1
Merge `Eig_` trait into `Lapack` trait
#340
termoshtt
closed
2 years ago
1
`cargo check --all-targets` on CI
#339
termoshtt
closed
2 years ago
1
Fix PRNG seed for random vectors and matrices in tests
#338
termoshtt
closed
2 years ago
2
`random_*_using` API for using given RNG
#337
termoshtt
closed
2 years ago
1
Next