eigen-1.0.0: Haskel binding for Eigen library

Safe HaskellNone

Data.Eigen.Matrix.Mutable

Documentation

data MMatrix Source

Constructors

MMatrix 

resize :: MMatrix -> Int -> Int -> IO ()Source

set :: MMatrix -> Int -> Int -> Double -> IO ()Source

setRow :: MMatrix -> Int -> [Double] -> IO ()Source

setCol :: MMatrix -> Int -> [Double] -> IO ()Source

with :: MMatrix -> (Ptr C_MatrixXd -> IO a) -> IO aSource