g2721

Results 2 issues of g2721

In the Inverse function there is a out-of-bounds array access that may cause hard faults on embedded hardware. In Lapack/Src/dgetrf.c towards the end of the file the following loop will...

In Lapack/Blas/dgemm.c Function defined as ``` /* Subroutine */ int dgemm__(char *transa, char *transb, integer *m, integer * n, integer *k, doublereal *alpha, doublereal *a, integer *lda, doublereal *b, integer...