Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
The errors used to cause segfaults.
|
|
|
|
Previously this was piggybacking off of mapMatrixWithIndexM
which would overflow the stack with large input
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
gsl_integration_qagil
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The previous patch got rid of warnings when ghc >= 7.4.
Unfortunately this caused warnings on GHC < 7.4.
This patch removes warnings on all versions of GHC.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
vector-0.8 provides a Read instance for Vectors.
This patch hides hmatrix's own Read instance when vector >= 0.8.
|
|
|
|
|
|
|
|
|