lapack icon indicating copy to clipboard operation
lapack copied to clipboard

LAPACK development repository

Results 229 lapack issues
Sort by recently updated
recently updated
newest added
trafficstars

For M=0, the result should be a zero N by NRHS matrix. Actually, B/X remains uninitialized. Is this another instance of uninitialized results in corner cases like #248?

We have an error during our testing. If we do: `./LIN/xlintstz < ztest.in ` We see: ``` Testing COMPLEX16 Linear-Equation-routines-ztest.out *** XERBLA was called from ZHESV_AA_2STAGE with INFO = 7...

SGBMV(TRANS='N',M=5,N=0,KL=0,KU=0,ALPHA=1,A,LDA=1,X,INCX=1,BETA=0,Y,INCY=1) This should fill Y with zeros but actually it leaves it uninitialized. Encountered in BLAS-3.6.0.

If NCVT = NRU = NCC = 0, the algorithm will try to converge using DLASQ1, if DLASQ1 fails, say, return 1 or 3, the algorithm will try to converge...

Type: Bug

In #197 a possible solution to check for NAN is the use of IEEE standard modules. However, this opens the question of which standards and which practices are allowed in...

The documentation for the deflation process in {s,d}lasd2 claims that the deflated singular values are sorted in _increasing_ order, but they are in fact more-or-less sorted in _decreasing_ order, with...

Priority: Medium
Related: Documentation

I see that the documentation is still not build 'out of source' (at least I could not find it), it would be better if the building of the documentation finds...

I'm trying to build a [helloWordl repo](https://github.com/massich/cpp-mkl-test) with the idea to use travis and appveyor to build against all the BLAS backends listed [here](http://icl.cs.utk.edu/lapack-for-windows/lapack/), so that it can be used...

Is it possible to include MATLAB's cholupdate function?

If I choose well conditioned matrix A from reference [http://epubs.siam.org/doi/10.1137/100801548 ], the solution can't be computed, which contradicts with A is nonsingular.

Type: Bug