hmatrix

Numeric Linear Algebra Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK. Standard interface: Numeric.LinearAlgebra. Safer interface with statically checked dimensions: Numeric.LinearAlgebra.Static. Code examples: http://dis.um.es/~alberto/hmatrix/hmatrix.html
compatibility with previous version, to be removed
Numerical computation Purely functional interface to selected numerical computations, internally implemented using GSL.
Interface to GSL special functions Interface to GSL special functions.
GSL Statistics interface Purely functional interface for statistics based on hmatrix and GSL Relieves the burden of alloc/free routines and is otherwise essentially 1:1 Documentation can be found at http://www.gnu.org/software/gsl/manual/ The vector type is Data.Vector.Storable from the vector package.
Not on Stackage, so not searched. SVDLIBC bindings for HMatrix
Conversions between hmatrix and vector-sized types Conversions between statically sized types in hmatrix and vector-sized. See README on Github https://github.com/mstksg/hmatrix-vector-sized#readme
hmatrix operations lifted for backprop hmatrix operations lifted for backprop, along with orphan instances. Meant to act as a drop-in replacement to the API of Numeric.LinearAlgebra.Static. Just change your imports, and your functions are automatically backpropagatable. See README on Github at https://github.com/mstksg/hmatrix-backprop#readme
Low-level machine learning auxiliary functions. Purely functional interface to morpheus based on hmatrix. Morpheus library contains a bunch of cache line aware numerical algorithms suitable for using as a low-level primitives to build machine learning applications. Examples are in Numeric.Morpheus module.
Not on Stackage, so not searched. hmatrix interface to sundials
Not on Stackage, so not searched. Tests for hmatrix
Not on Stackage, so not searched. HMatrix interface to LAPACK functions for banded matrices
Not on Stackage, so not searched. CSV encoding and decoding for hmatrix.
Not on Stackage, so not searched. Linear Programming based on GLPK
Not on Stackage, so not searched. Memory map Vector from disk into memory efficiently
Not on Stackage, so not searched. NIPALS method for Principal Components Analysis on large data-sets.
Not on Stackage, so not searched. Interface HMatrix with the NLOPT minimizer
Not on Stackage, so not searched. Bindings to the QuadProg++ quadratic programming library
Adaptors for interoperability between hmatrix and repa Adaptors for interoperability between hmatrix and repa
Not on Stackage, so not searched. Sparse linear solver
Not on Stackage, so not searched. hmatrix with vector and matrix sizes encoded in types
Not on Stackage, so not searched. MATLAB-like syntax for hmatrix vectors and matrices
Call the action with the given matrix. Note: The action is not allowed to modify the matrix elements!