issues Search Results · repo:rust-ndarray/ndarray-linalg language:Rust
Filter by
152 results
(57 ms)152 results
inrust-ndarray/ndarray-linalg (press backspace or delete to remove)Hello everyone, thanks for the great work.
Disclaimer: I m new to LAPACK scientific computing in general, apologies if what follows is not perfectly rigorous.
I ve noticed that the UPLO flag does not ...
bdura
- 1
- Opened on Feb 19
- #394
This should solve a lot of incoming tickets, with version mismatches.
Should there be updates accordingly to readme etc.? I can provide the stuff if necessary.
cguentherTUChemnitz
- 10
- Opened on Dec 20, 2024
- #391
use ndarray_linalg::Inverse;
use ndarray::*;
const DIM : usize = 2;
type Matrix = Array2 f64 ;
type Vector = Array1 f64 ;
type Edge = (u16, u16);
[dependencies]
ndarray = { version = 0.16.1 , features ...
conorpo
- 2
- Opened on Nov 28, 2024
- #387
Hi.
Obviously, this crate has not received much attention from the maintainers for the last two years at least. If the
current maintainers don t have the time, energy, or will to spend time on ndarray-linalg, ...
samueltardieu
- 2
- Opened on Sep 8, 2024
- #381
Hello. As it seems, using ndarray 0.16.0 (latest now) breaks some implementations in ndarray-linalg, such as
ndarray_linalg::solve::Inverse (see picture below using rust-analyzer diagnostic). I don t know ...
Silzinc
- 7
- Opened on Aug 11, 2024
- #380
Dear ndarray-linalg team,
Is that possible to add support for arm high performance library
(https://community.arm.com/arm-community-blogs/b/tools-software-ides-blog/posts/first-macos-release-of-arm-performance-libraries) ...
jianshu93
- Opened on Apr 21, 2024
- #378
Hello Team,
I have the follow error when compiling on Rust nightly 1.79:
error[E0259]: the name _src is defined multiple times --
/storage/home/hcoda1/4/jzhao399/.cargo/registry/src/index.crates.io-6f17d22bba15001f/lax-0.16.0/src/lib.rs:82:1 ...
jianshu93
- Opened on Apr 2, 2024
- #377
Recently, I m writing some functions of regression for linfa. And I met some usages of cholesky update in scikit-learn.
I think that maybe to add cholesky update into ndarray is benifit as well. ndarray-linalg ...
AndersonYin
- Opened on Mar 16, 2024
- #376
Hello!
When running ndarray-linalg least squares (which should use LAPACK SGELSD) let solution = x.least_squares(
y).map_err(|_| LeastSquaresError::SolveError)?;
I get the following printed out - start ...
azmyrajab
- Opened on Mar 14, 2024
- #375
Failing to compile the example script from the docs:
use ndarray::prelude::*;
use ndarray_linalg::Solve;
fn main() {
let a: Array2 f64 = array![[3., 2., -1.], [2., -2., 4.], [-2., 1., ...
abroy77
- 1
- Opened on Feb 19, 2024
- #373

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.