-
We currently don't have a way to take determinants of matrices on the GPU as far as I know. It'd be really nice if we could do that.
-
I would like the log determinant of an HSSMatrix / HSSMatrixMPI.
-
I believe that the OneNorm and InfinityNorm functions are implemented incorrectly.
The OneNorm should be the sum of absolute values of the elements of the matrix.
The InfinityNorm should be the maxi…
-
### Describe the bug
Fitting the dataset given in the example below prints the following RuntimeWarning:
RuntimeWarning: Determinant has increased; this should not happen: log(det) > log(previous_…
-
Some of the determinants in the G2 problems are quite large/ugly
![G2](https://user-images.githubusercontent.com/30658947/117076467-0c1e9900-acfc-11eb-85b7-a86b9d2a923d.PNG)
-
this my program
```c
int main(int argc, char* argv[]){
MATRIX *TEST = cmat_from_file(2,2, "TEST.txt");
double result;
cmat_determinant(TEST, &result);
cmat_display(TEST);
…
-
Imported from SourceForge on 2024-07-02 07:15:55
Created by **[*anonymous](https://sourceforge.net/u/*anonymous/)** on 2009-03-28 04:49:39
Original: https://sourceforge.net/p/maxima/bugs/1629
---
I …
rtoy updated
4 months ago
-
The output from running fdp on the regression test file rtests/graph/fdp.gv can change between runs. This appears unrelated to the use of drand, as the seed is always set the same in every run. There …
emden updated
7 years ago
-
Testando a ferramenta de visualização nova http://www.let.rug.nl/kleiweg/conllu/ com um arquivo, achei duas sentenças com problemas de determinantes e palavras estrangeiras, seguindo documentação UD…
-
The computation of eigenvalues can be used for the determinant, or perhaps there is a more specific LAPACK function