0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 1 day ago.
May 16, 2023 — May 16, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
blas.cabal: add Data.Matrix.Tri.Banded More... almost 16 years ago
Data/Matrix/Tri/Banded.hs: initial version More... almost 16 years ago
tests/Makefile: add HermBanded tests More... almost 16 years ago
Data/Matrix/Herm/Bandes.hs: use zipWithM_ instead of sequence_/zipWith More... almost 16 years ago
blas.cabal: add tests/HermBanded.hs More... almost 16 years ago
Setup.lhs: add HermBanded tests More... almost 16 years ago
tests/HermBanded.hs: initial version More... almost 16 years ago
Data/Matrix/Herm/Banded.hs: implemented hbmm More... almost 16 years ago
blas.cabal: add Test.QuickCheck.Matrix.Herm.Banded More... almost 16 years ago
Test/QuickCheck/Matrix/Herm/Banded.hs: add instances for multiplication More... almost 16 years ago
blas.cabal: add Data.Matrix.Herm.Banded More... almost 16 years ago
Data/Matrix/Herm/Bandes.hs: initial version More... almost 16 years ago
Data/Matrix/Banded/IO.hs: add RMatrix instance More... almost 16 years ago
Data/Vector/Dense/IO.hs: fix compiler warning More... almost 16 years ago
tests/Banded.hs: add tests for matrix and vector multiplication More... almost 16 years ago
Test/QuickCheck/Matrix/Banded.hs: add types for matrix and vector multiplication More... almost 16 years ago
Data/Vector/Dense/Operations.hs: fix bug in getConj More... almost 16 years ago
Data/Matrix/Banded/Operations.hs: fix bug in gbmv More... almost 16 years ago
Data/Matrix/Banded/Internal.hs: add unsafeWithBasePtr More... almost 16 years ago
Data/Matrix/Banded/Operations.hs: add gbmv and gbmm More... almost 16 years ago
Data/Vector/Dense/Operations.hs: add 'getConj' More... almost 16 years ago
Data/Vector/Dense/Internal.hs: remove rewrite rules for conj More... almost 16 years ago
Data/Vector/Dense/Operations.hs: add INLINE pragmas to dot and call functions More... almost 16 years ago
Data/Vector/Dense/Operations.hs: export unsafeGetDot More... almost 16 years ago
Data/Vector/Dense/Internal.hs: fix rewrite rules for conjugating real vectors More... almost 16 years ago
Data/Vector/Dense/Internal.hs: inline coerceVector More... almost 16 years ago
Data/Vector/Dense/Internal.hs: add UNPACK pragma to DVector fields More... almost 16 years ago
BLAS/Internal.hs: inline checkVecVecOp More... almost 16 years ago
Data/Matrix/Banded/Internal.hs: switch to boolean flag for vector conjugacy More... almost 16 years ago
Data/Matrix/Dense/Internal.hs: switch to boolean flag for vector conjugacy More... almost 16 years ago