ConClusion-0.2.0: Cluster algorithms, PCA, and chemical conformere analysis
CopyrightPhillip Seeber 2022
LicenseAGPL-3
Maintainerphillip.seeber@googlemail.com
Stabilityexperimental
PortabilityPOSIX, Windows
Safe HaskellNone
LanguageHaskell2010

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.

matH2M :: (Mutable r e, Load r Ix1 e, Element e) => Matrix e -> Matrix r e Source #

Converts a matrix from the HMatrix representation to the Massiv representation.

matM2H :: (Element e, Manifest r e, Load r Ix1 e) => Matrix r e -> Matrix e Source #

Converts a matrix from Massiv to HMatrix representation.