Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix linbox solve for sparse matrices #26178

Closed
videlec opened this issue Sep 2, 2018 · 7 comments
Closed

fix linbox solve for sparse matrices #26178

videlec opened this issue Sep 2, 2018 · 7 comments

Comments

@videlec
Copy link
Contributor

videlec commented Sep 2, 2018

All the issues had been treated in #23214 which get rids of the sage-linbox interface.


While cleaning the linbox interface at #24544 we encountered some issues with an innocent type change. The sage-linbox interface is using LinBox::DenseVector<Givaro::Modular<unsigned int>> while it would be more natural to deal with Givaro::Modular<int64_t> or Givaro::Modular<uint64_t>. Though some strange compilation failures were present on macOS X, see discussion from the discussion at #24544.

Once this is fixed, we could get rid of the sage-linbox interface.

This problem is also tracked in linbox at issue 117.

Upstream: Reported upstream. No feedback yet.

CC: @ClementPernet @fchapoton

Component: interfaces

Issue created by migration from https://trac.sagemath.org/ticket/26178

@videlec videlec added this to the sage-8.4 milestone Sep 2, 2018
@videlec

This comment has been minimized.

@videlec
Copy link
Contributor Author

videlec commented Sep 2, 2018

Upstream: Reported upstream. No feedback yet.

@videlec

This comment has been minimized.

@videlec

This comment has been minimized.

@videlec

This comment has been minimized.

@videlec videlec removed this from the sage-8.4 milestone Nov 5, 2018
@fchapoton
Copy link
Contributor

comment:6

setting this to positive

@embray
Copy link
Contributor

embray commented Feb 26, 2019

comment:7

Presuming these are all correctly reviewed as either duplicate, invalid, or wontfix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants