| Copyright | Phillip Seeber 2022 |
|---|---|
| License | AGPL-3 |
| Maintainer | phillip.seeber@googlemail.com |
| Stability | experimental |
| Portability | POSIX, Windows |
| Safe Haskell | None |
| Language | Haskell2010 |
ConClusion.Array.Conversion
Description
Synopsis
Documentation
vecH2M :: (Element e, Mutable r e, Load r Ix1 e) => Vector e -> Vector r e Source #
Converts a vector from the HMatrix package to the Massiv representation.
vecM2H :: (Manifest r e, Load r Ix1 e, Element e) => Vector r e -> Vector e Source #
Converts a vector from the Massiv representation to the HMatrix representation.