Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-04-30 | improved documentation | Alberto Ruiz | |
2014-04-29 | hide documentation | Alberto Ruiz | |
2014-04-25 | (<>) and (·) | Alberto Ruiz | |
use <> for general contraction, remove ×, use Alt Gr . for cdot | |||
2014-04-24 | deprecate vjoin, dot and (<.>). Move (⋅) to Container | Alberto Ruiz | |
2014-04-24 | build with bidirectional type inference | Alberto Ruiz | |
2014-04-24 | konst with bidirectional type inference | Alberto Ruiz | |
2014-04-24 | cdot and (×) | Alberto Ruiz | |
added cdot dot renamed to udot <.> changed to cdot and moved to Numeric.LinearAlgebra.Util new general contraction operator (×) Plot functions moved to Numeric.LinearAlgebra.Util | |||
2013-05-21 | meanCov moved to Container | Alberto Ruiz | |
2012-03-14 | <\> admits multiple right-hand sides | Alberto Ruiz | |
2011-12-22 | ok hmatrix, hmatrix-tests, hmatrix-glpk | Alberto Ruiz | |
2011-05-02 | mapMatrixWithIndex, Mul, multiply.hs | Alberto Ruiz | |
2010-09-29 | [hlint] Remove redundant brackets and $'s | Khudyakov Alexey | |
2010-09-28 | minor edit in doc | Alberto Ruiz | |
2010-09-24 | add arctan to Container class | Vivian McPhail | |
2010-09-23 | ContainerBoot | Alberto Ruiz | |
2010-09-23 | minor doc fix, clean Plot | Alberto Ruiz | |
2010-09-23 | experimental build, build', konst' | Alberto Ruiz | |
2010-09-21 | move conjugate* to Container | Vivian McPhail | |
The benefit of this patch is that Data.Packed.Internal.Matrix now has no numeric dependency. There is no 'optimisation' class for conjugateD, instead, different instances are directly specified in each Container instance. Unfortunately, an unsafeIO call now exists in Numeric.Container. | |||
2010-09-21 | add MatrixBoot so ctrans, diag, ident in Numeri | Vivian McPhail | |
2010-09-20 | generalized diagRect | Alberto Ruiz | |
2010-09-20 | remove Fractional from Element | Vivian McPhail | |
2010-09-20 | move deprecated funcs to Numeric.Container | Alberto Ruiz | |
2010-09-18 | fix matrix min/maxElement | Vivian McPhail | |
2010-09-13 | remove ComplexContainer | Alberto Ruiz | |
2010-09-11 | add optimised chain matrix multiplication | Vivian McPhail | |
2010-09-11 | added generic konst | Alberto Ruiz | |
2010-09-10 | minor comment and documentation fixes | Vivian McPhail | |
2010-09-09 | ctrans moved to Data.Packed.Matrix | Alberto Ruiz | |
2010-09-09 | joined Vectors and Product | Alberto Ruiz | |
2010-09-08 | fixed type of vector norms | Alberto Ruiz | |
2010-09-08 | re-export changes | Alberto Ruiz | |
2010-09-07 | remove v_* functions | Vivian McPhail | |
2010-09-06 | Merged changes with conversion-linear | Vivian McPhail | |
2010-09-06 | working on conversion / linear | Alberto Ruiz | |
2010-09-05 | refactor Numeric Vector/Matrix and classes | Vivian McPhail | |