suitesparse Questions
1
The problem
I wish to solve a general system of linear equations A*x=b. The m-by-m matrix is sparse, real, square, somewhat poorly-conditioned, non-symmetric, but it is singular (rank(A)==m-1) bec...
Boelter asked 30/3, 2016 at 19:15
1
I am currently working on a project where we need to solve
|Ax - b|^2.
In this case, A is a very sparse matrix and A'A has at most 5 nonzero elements in each row.
We are working with images and...
Platitudinous asked 8/2, 2017 at 14:48
1
Solved
Can anyone please give me a simple example of how to add elements to a triplet matrix using CHOLMOD.
I have tried something like this:
cholmod_triplet *A;
int k;
void add_A_entry(int r, int c, d...
Oecology asked 26/9, 2012 at 14:34
1
© 2022 - 2025 — McMap. All rights reserved.