[BLAS/Elem.hs: initial import Patrick Perry **20080526011851] [BLAS/Types.hs: initial import Patrick Perry **20080526011950] [BLAS/C/Types.hs: initial import Patrick Perry **20080526012025] [BLAS/C/Double.hs: initial import Patrick Perry **20080526012103] [BLAS/C/Zomplex.hs: initial import Patrick Perry **20080526012120] [BLAS/C/Level1.hs: initial import Patrick Perry **20080526012138] [BLAS/C/Level2.hs: initial import Patrick Perry **20080526012146] [BLAS/C/Level3.hs: initial import Patrick Perry **20080526012154] [BLAS/C.hs: initial import Patrick Perry **20080526012224] [LICENSE: initial import Patrick Perry **20080526012314] [Setup.lhs: initial import Patrick Perry **20080526012328] [blas.cabal: initial import Patrick Perry **20080526012351] [BLAS/Tensor.hs: initial import Patrick Perry **20080526013500] [blas.cabal: add BLAS/Tensor.hs Patrick Perry **20080526013528] [BLAS/ITensor.hs: initial import Patrick Perry **20080526014130] [blas.cabal: add BLAS/ITensor.hs Patrick Perry **20080526014209] [BLAS/Tensor/Base.hs: renamed from BLAS/Tensor.hs Patrick Perry **20080526015330] [BLAS/Tensor/Immutable.hs: renamed from BLAS/ITensor.hs Patrick Perry **20080526015353] [blas.cabal: updated Tensor modules Patrick Perry **20080526015422] [BLAS/Tensor/Base.hs: remove infix precedence for '*>' Patrick Perry **20080526020029] [BLAS/Tensor/Immutable.hs: fix import path for BLAS.Tensor.Base Patrick Perry **20080526020107] [BLAS/Tensor/ReadOnly.hs: initial import Patrick Perry **20080526020152] [blas.cabal: add BLAS.Tensor.ReadOnly Patrick Perry **20080526020232] [BLAS/Tenosr/Mutable.hs: initial import Patrick Perry **20080526020758] [blas.cabal: add BLAS.Tensor.Mutable Patrick Perry **20080526020815] [BLAS/Tensor.hs: initial import Patrick Perry **20080526021440] [blas.cabal: add BLAS.Tensor Patrick Perry **20080526021507] [BLAS/Elem/Base.hs: renamed from BLAS/Elem.hs Patrick Perry **20080526021654] [BLAS/C/Level1.hs: fixed import path for BLAS.Elem.Base Patrick Perry **20080526021740] [blas.cabal: update name of BLAS.Elem.Base Patrick Perry **20080526021822] [BLAS/Elem.hs: initial version Patrick Perry **20080526022119] [blas.cabal: add BLAS.Elem Patrick Perry **20080526022136] [blas.cabal: hide Double and Zomplex CBLAS modules Patrick Perry **20080526022240] [BLAS/Vector.hs: initial version Patrick Perry **20080526023427] [add BLAS.Vector Patrick Perry **20080526023443] [BLAS/Access.hs: initial versoin Patrick Perry **20080526024041] [blas.cabal: add BLAS.Access Patrick Perry **20080526024102] [BLAS/Internal.hs: initial version Patrick Perry **20080526024356] [blas.cabal: add BLAS.Internal Patrick Perry **20080526024412] [BLAS/Access.hs: haddock fix Patrick Perry **20080526030529] [BLAS/Internal.hs: add checkedSubvector, checkedSubvectorWithStride, checkVecVecOp Patrick Perry **20080526033245] [Data/Vector/Dense/Internal.hs: initial version Patrick Perry **20080526033601] [blas.cabal: add Data.Vector.Dense.Internal Patrick Perry **20080526033626] [BLAS/C/Level1.hs: get rid of inmax and nrm1 Patrick Perry **20080526034201] [BLAS/C/Types.hs: add functions to get CBLAS enumeration values Patrick Perry **20080526062555] [Data/Vector/Dense/Operations.hs: initial version Patrick Perry **20080526064445] [BLAS/Vector.hs: change documentation for conj Patrick Perry **20080526064532] [blas.cabal: add Data.Vector.Dense.Operations Patrick Perry **20080526064553] [Data/Vector/Dense/IO.hs: initial version Patrick Perry **20080526065717] [blas.cabal: add Data.Vector.Dense.IO Patrick Perry **20080526065747] [blas.cabal: add Data.Vector.Dense Patrick Perry **20080526070357] [Data/Vector/Dense.hs: initial version Patrick Perry **20080526070434] [Test/QuickCheck/Complex.hs: initial version Patrick Perry **20080526070722] [blas.cabal: add Test.QuickCheck.Complex Patrick Perry **20080526070857] [Test/QuickCheck/Vector.hs: initial version Patrick Perry **20080526071009] [blas.cabal: add Test.QuickCheck.Vector Patrick Perry **20080526071031] [Test/QuickCheck/Vector/Dense.hs: initial version Patrick Perry **20080526071222] [blas.cabal: add Test.QuickCheck.Vector.Dense Patrick Perry **20080526071243] [Test/QuickCheck/Vector/Dense.hs: remove scaledVector Patrick Perry **20080526071641] [BLAS/Tensor/Mutable.hs: add LANGUAGE pragma Patrick Perry **20080526072058] [Data/Vector/Dense/Operations.hs: change (*>) to scale Patrick Perry **20080526194825] [Data/Vector/Dense/IO.hs: change (*>) to scale Patrick Perry **20080526194912] [BLAS/Tensor/Scalable.hs: initial version Patrick Perry **20080526194951] [BLAS/Tensor.hs: add BLAS.Tensor.Scalable to export list Patrick Perry **20080526195022] [blas.cabal: add BLAS.Tensor.Scalable Patrick Perry **20080526195052] [Data/Vector/Dense.hs: add Scalable instance for Vector Patrick Perry **20080526195404] [Data/Vector/Dense/IO.hs: refine export list Patrick Perry **20080526195547] [BLAS/Elem/Base.hs: add norm1 to Elem class Patrick Perry **20080526195928] [tests/Vector.hs: initial version Patrick Perry **20080526201344] [blas.cabal: add tests/Vector.hs Patrick Perry **20080526201445] [Setup.lhs: add tests Patrick Perry **20080526202108] [BLAS/Matrix.hs: initial version Patrick Perry **20080526202826] [blas.cabal: add BLAS.Matrix Patrick Perry **20080526202844] [blas.cabal: whitespace Patrick Perry **20080526203315] [BLAS/Internal.hs: add checked matrix ops Patrick Perry **20080526220230] [Data/Matrix/Dense/Internal.hs: initial version Patrick Perry **20080526221936] [blas.cabal: add Data.Matrix.Dense.Internal Patrick Perry **20080526221959] [Data/Vector/Dense/Operations.hs: add rewrite rules for scale/plus and scale/minus Patrick Perry **20080527035530] [Data/Matrix/Dense/Operations.hs: initial version Patrick Perry **20080527041352] [blas.cabal: add Data.Matrix.Dense.Operations Patrick Perry **20080527041414] [Data/Matrix/Dense/IO.hs: initial version Patrick Perry **20080527042002] [blas.cabal: add Data.Matrix.Dense.IO Patrick Perry **20080527042032] [Data/Vector/Dense/IO.hs: whitespace Patrick Perry **20080527042049] [blas.cabal: change module ordering Patrick Perry **20080527042123] [Data/Matrix/Dense.hs: initial version Patrick Perry **20080527043139] [blas.cabal: add Data.Matrix.Dense Patrick Perry **20080527043155] [BLAS/Matrix/Base.hs: renamed from BLAS/Matrix.hs Patrick Perry **20080527064238] [blas.cabal: change BLAS.Matrix to BLAS.Matrix.Base Patrick Perry **20080527064310] [Data/Matrix/Dense.hs: change BLAS.Matrix to BLAS.Matrix.Base Patrick Perry **20080527064346] [Data/Matrix/Dense/Internal.hs: change BLAS.Matrix to BLAS.Matrix.Base Patrick Perry **20080527064406] [Data/Matrix/Dense/IO.hs: change BLAS.Matrix to BLAS.Matrix.Base Patrick Perry **20080527064421] [BLAS/Matrix/Immutable.hs: initial version Patrick Perry **20080527065100] [blas.cabal: add BLAS.Matrix.Immutable Patrick Perry **20080527065121] [Data/Matrix/Dense.hs: add BLAS.Matrix.Immutable to export list Patrick Perry **20080527065253] [BLAS/Matrix/Immutable.hs: add precedence declaration for <> Patrick Perry **20080527070727] [Data/Matrix/Dense/Operations.hs: add unscaled versions of getApply and getApplyMat Patrick Perry **20080527071034] [Data/Matrix/Dense.hs: add sapply and sapplyMat to exports Patrick Perry **20080527071323] [BLAS/Matrix/ReadOnly.hs: initial version Patrick Perry **20080527071537] [blas.cabal: add BLAS.Matrix.ReadOnly Patrick Perry **20080527071554] [Data/Matrix/Dense/IO.hs: add BLAS.Matrix.ReadOnly to export list Patrick Perry **20080527071634] [BLAS/Matrix.hs: initial version Patrick Perry **20080527071848] [blas.cabal: add BLAS.Matrix Patrick Perry **20080527071901] [LICENSE: change copyright Patrick Perry **20080527072206] [Test/QuickCheck/Matrix.hs: initial version Patrick Perry **20080527072817] [blas.cabal: add Test.QuickCheck.Matrix Patrick Perry **20080527072834] [Test/QuickCheck/Matrix/Dense.hs: initial version Patrick Perry **20080527073026] [blas.cabal: add Test.QuickCheck.Matrix.Dense Patrick Perry **20080527073038] [BLAS/Matrix/Immutable.hs: add FlexibleInstances language pragma" Patrick Perry **20080527074607] [tests/Matrix.hs: initial version Patrick Perry **20080527074707] [blas.cabal: add tests/Matris.hs Patrick Perry **20080527074751] [Setup.lhs: add Matrix tests Patrick Perry **20080527074811] [Data/Matrix/Tri.hs: initial version Patrick Perry **20080527173203] [blas.cabal: add Data.Matrix.Tri Patrick Perry **20080527173220] [Data/Matrix/Tri.hs: add lower, lowerU, upper, upperU Patrick Perry **20080527173710] [BLAS/Matrix/Immutable.hs: change <> to <**> Patrick Perry **20080527184230] [tests/Matrix.hs: change <> to <**> Patrick Perry **20080527184357] [Data/Matrix/Tri.hs: fix bug in herm Patrick Perry **20080527184453] [BLAS/Matrix/Solve/Immutable.hs: initial version Patrick Perry **20080527203446] [blas.cabal: add BLAS.Matrix.Solve.Immutable Patrick Perry **20080527203506] [BLAS/Matrix/Solve/ReadOnly.hs: initial version Patrick Perry **20080527203743] [blas.cabal: add BLAS.Matrix.Solve.ReadOnly Patrick Perry **20080527203801] [BLAS/Matrix/Solve.hs: initial version Patrick Perry **20080527204054] [blas.cabal: add BLAS.Matrix.Solve Patrick Perry **20080527204059] [BLAS/Matrix.hs: export BLAS.Matrix.Solve Patrick Perry **20080527204151] [BLAS/Matrix/Solve/Immutable.hs: change dimension types Patrick Perry **20080527204647] [BLAS/Matrix/Solve/ReadOnly.hs: change dimension types Patrick Perry **20080527204702] [BLAS/Matrix/Solve/ReadOnly.hs: add IO to result types Patrick Perry **20080527205646] [Data/Matrix/Tri/Dense.hs: initial version Patrick Perry **20080527205841] [blas.cabal: add Data.Matrix.Tri.Dense Patrick Perry **20080527205857] [Data/Matrix/Tri.hs: add Show instance Patrick Perry **20080527223736] [Test/QuickCheck/Matrix/Tri/Dense.hs: initial version Patrick Perry **20080527223835] [blas.cabal: add Test.QuickCheck.Matrix.Tri.Dense Patrick Perry **20080527223853] [BLAS/Matrix/ReadOnly.hs: add FlexibleInstances language pragma" Patrick Perry **20080528155810] [Data/Matrix/Tri.hs: add FlexibleInstances language pragma" Patrick Perry **20080528155835] [Data/Matrix/Tri/Dense.hs: add FlexibleInstances language pragma" Patrick Perry **20080528155901] [Data/Matrix/Tri/Dense.hs: fix bug in Tri operations for herm-ed matrices Patrick Perry **20080528155941] [blas.cabal: add FlexibleInstances to language extensions Patrick Perry **20080528160040] [tests/TriMatrix.hs: initial version Patrick Perry **20080528160232] [blas.cabal: add tests/TriMatrix.hs Patrick Perry **20080528160559] [Setup.lhs: add TriMatrix tests Patrick Perry **20080528160613] [Data/Matrix/Herm.hs: initial version Patrick Perry **20080528161648] [blas.cabal: add Data.Matrix.Herm Patrick Perry **20080528161706] [Data/Matrix/Herm/Dense.hs: initial version Patrick Perry **20080528165055] [blas.cabal: add Data.Matrix.Herm.Dense Patrick Perry **20080528165116] [Test/QuickCheck/Matrix/Herm/Dense.hs: initial version Patrick Perry **20080528172947] [blas.cabal: add Test.QuickCheck.Matrix.Herm.Dense Patrick Perry **20080528173009] [tests/HermMatrix.hs: initial version Patrick Perry **20080528174201] [blas.cabal: add tests/HermMatrix.hs Patrick Perry **20080528174311] [Setup.lhs: add HermMatrix tests Patrick Perry **20080528174326] [Data/Matrix/Dense/Internsl.hs: change type aliases for Matrix and IOMatrix to use partial application Patrick Perry **20080528182342] [Test/QuickCheck/Matrix/Tri/Dense.hs: use Matrix type alias instead of DMatrix Imm Patrick Perry **20080528182418] [tests/TriMatrix.hs: use Matrix type alias instead of DMatrix Imm Patrick Perry **20080528182454] [BLAS/Tensor/Dense/Immutable.hs: initial version Patrick Perry **20080528223837] [BLAS/Tensor/Dense/ReadOnly.hs: initial version Patrick Perry **20080528223854] [BLAS/Tensor/Dense.hs: initial version Patrick Perry **20080528223919] [BLAS/Tensor/Immutable.hs: remove zero and constant Patrick Perry **20080528223958] [BLAS/Tensor/ReadOnly.hs: remove newZero and newConstant Patrick Perry **20080528224037] [BLAS/Tensor.hs: add BLAS.Tensor.Dense to export list Patrick Perry **20080528224146] [Data/Matrix/Dense/Internal.hs: documentation and whitespace Patrick Perry **20080528224251] [blas.cabal: add BLAS.Tensor.Dense modules Patrick Perry **20080528224313] [Data/Vector/Dense/Internal.hs: add Dense Tensor instances Patrick Perry **20080528225350] [Data/Vector/Dense/IO.hs: add Dense Tensor class to export list Patrick Perry **20080528225446] [Data/Vector/Dense.hs: add Dense Tensor class to export list Patrick Perry **20080528225501] [Data/Matrix/Dense/Internal.hs: add Dense Tensor instances Patrick Perry **20080528225540] [Data/Matrix/Dense/IO.hs: add Dense Tensor class to export list Patrick Perry **20080528225617] [Data/Matrix/Dense.hs: add Dense Tensor class to export list Patrick Perry **20080528225632] [BLAS/Tensor/Immutable.hs: make BLAS1 a base class Patrick Perry **20080529164955] [Data/Matrix/Dense/Internal.hs: remove spurious BLAS1 requirement for liftV and liftV2 Patrick Perry **20080529165028] [Data/Matrix/Dense/Internal.hs: fix error message for azipWith Patrick Perry **20080529165127] [Data/Matrix/Banded/Internal.hs: initial version Patrick Perry **20080529165237] [blas.cabal: add Data.Matrix.Banded.Internal Patrick Perry **20080529165336]