summaryrefslogtreecommitdiff
path: root/lib/Numeric/LinearAlgebra/Util.hs
AgeCommit message (Collapse)Author
2014-04-24deprecate vjoin, dot and (<.>). Move (⋅) to ContainerAlberto Ruiz
2014-04-24(<.>) renamed to (⋅)Alberto Ruiz
2014-04-24cdot 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
2014-04-23join -> vjoinAlberto Ruiz
2014-01-30rename variables so Prelude.join will not cause problemsAdam Vogt
* background: http://www.haskell.org/haskellwiki/Functor-Applicative-Monad_Proposal#Current_stage:_Prepare_GHC * the change happens in ghc-7.10, and these changes fix warnings with 7.8
2013-07-04explicit imports in UtilAlberto Ruiz
2013-05-22operators for extraction of rows and columns, alternative concatenationAlberto Ruiz
2013-05-21Util: pairwise2D, rowOuters, null1, null1symAlberto Ruiz
2013-05-21size, unitary, mtAlberto Ruiz
2012-07-30reference for Kronecker toolsAlberto Ruiz
2012-06-15kronecker toolsAlberto Ruiz
2012-03-19orthAlberto Ruiz
2012-03-19rename module to Util, some changes, add cross product and dispAlberto Ruiz
2010-02-03updated examples, removed Util moduleAlberto Ruiz
2010-02-03dispcf, latexFormatAlberto Ruiz
2010-02-02added Numeric.LinearAlgebra.UtilAlberto Ruiz