0
I Use This!
Inactive

Commits : Listings

Analyzed about 17 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/Tensor.hs: add BLAS.Tensor.Dense to export list More... almost 16 years ago
BLAS/Tensor/ReadOnly.hs: remove newZero and newConstant More... almost 16 years ago
BLAS/Tensor/Immutable.hs: remove zero and constant More... almost 16 years ago
BLAS/Tensor/Dense.hs: initial version More... almost 16 years ago
BLAS/Tensor/Dense/ReadOnly.hs: initial version More... almost 16 years ago
BLAS/Tensor/Dense/Immutable.hs: initial version More... almost 16 years ago
tests/TriMatrix.hs: use Matrix type alias instead of DMatrix Imm More... almost 16 years ago
Test/QuickCheck/Matrix/Tri/Dense.hs: use Matrix type alias instead of DMatrix Imm More... almost 16 years ago
Data/Matrix/Dense/Internsl.hs: change type aliases for Matrix and IOMatrix to use partial application More... almost 16 years ago
Setup.lhs: add HermMatrix tests More... almost 16 years ago
blas.cabal: add tests/HermMatrix.hs More... almost 16 years ago
tests/HermMatrix.hs: initial version More... almost 16 years ago
blas.cabal: add Test.QuickCheck.Matrix.Herm.Dense More... almost 16 years ago
Test/QuickCheck/Matrix/Herm/Dense.hs: initial version More... almost 16 years ago
blas.cabal: add Data.Matrix.Herm.Dense More... almost 16 years ago
Data/Matrix/Herm/Dense.hs: initial version More... almost 16 years ago
blas.cabal: add Data.Matrix.Herm More... almost 16 years ago
Data/Matrix/Herm.hs: initial version More... almost 16 years ago
Setup.lhs: add TriMatrix tests More... almost 16 years ago
blas.cabal: add tests/TriMatrix.hs More... almost 16 years ago
tests/TriMatrix.hs: initial version More... almost 16 years ago
blas.cabal: add FlexibleInstances to language extensions More... almost 16 years ago
Data/Matrix/Tri/Dense.hs: fix bug in Tri operations for herm-ed matrices More... almost 16 years ago
Data/Matrix/Tri/Dense.hs: add FlexibleInstances language pragma" More... almost 16 years ago
Data/Matrix/Tri.hs: add FlexibleInstances language pragma" More... almost 16 years ago
BLAS/Matrix/ReadOnly.hs: add FlexibleInstances language pragma" More... almost 16 years ago
blas.cabal: add Test.QuickCheck.Matrix.Tri.Dense More... almost 16 years ago
Test/QuickCheck/Matrix/Tri/Dense.hs: initial version More... almost 16 years ago
Data/Matrix/Tri.hs: add Show instance More... almost 16 years ago
blas.cabal: add Data.Matrix.Tri.Dense More... almost 16 years ago