Age | Commit message (Collapse) | Author |
|
on square matrices.
|
|
|
|
|
|
can be verified to be square and are therefore total, compared to the determinate function from the untyped packages.
|
|
|
|
|
|
API with sameNat
|
|
Update numeric class top level documentation.
|
|
Noted that the numeric classes for Matrix and Vector which are defined elementwise are commonly referred to as the Hadamard (or Schur) product.
|
|
Remove Binary orphan instance for Complex
|
|
|
|
Remove Binary IFDEFs and CPP pragmas
|
|
|
|
Add binary instances for static matrix and vector
|
|
|
|
|
|
|
|
|
|
Conflicts:
packages/base/src/Internal/Matrix.hs
|
|
|
|
|
|
|
|
Remove CPP option from cabal files
|
|
Use {-# LANGUAGE CPP #-} instead.
|
|
|
|
Add Num, Fractional, Floating instances for Sym
|
|
|
|
|
|
`Disp` instance for `Sym` and `Her`
|
|
|
|
|
|
|
|
|
|
changed zipWith to zipWithVector to match Numeric.LinearAlgebra.Devel and avoid conflicts
|
|
|
|
Several additions to Static module
|
|
instead of extract for mapX functions
|
|
columns and as inverses of toRows and toColumns
|
|
|
|
|
|
|
|
|
|
dependently typed vectors or matrices to be the same size when they were previously unknown at compile time
|
|
functions from neglect of extract
|
|
|
|
|
|
Add Normed instance for Static matrix and vector
|
|
|
|
|
|
|