From f71aa6c3202948c3ce1252871edf4554a1b47db4 Mon Sep 17 00:00:00 2001 From: Reiner Pope Date: Sat, 7 Jan 2012 10:57:30 +1100 Subject: Expose unchecked indexing functions --- lib/Data/Packed/Development.hs | 3 ++- lib/Data/Packed/Internal/Matrix.hs | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'lib') diff --git a/lib/Data/Packed/Development.hs b/lib/Data/Packed/Development.hs index 6098e03..9b8dacf 100644 --- a/lib/Data/Packed/Development.hs +++ b/lib/Data/Packed/Development.hs @@ -23,7 +23,8 @@ module Data.Packed.Development ( MatrixOrder(..), orderOf, cmat, fmat, unsafeFromForeignPtr, unsafeToForeignPtr, - check, (//) + check, (//), + at', atM' ) where import Data.Packed.Internal diff --git a/lib/Data/Packed/Internal/Matrix.hs b/lib/Data/Packed/Internal/Matrix.hs index 5d05e50..d4b0bc1 100644 --- a/lib/Data/Packed/Internal/Matrix.hs +++ b/lib/Data/Packed/Internal/Matrix.hs @@ -29,7 +29,7 @@ module Data.Packed.Internal.Matrix( matrixFromVector, subMatrix, liftMatrix, liftMatrix2, - (@@>), + (@@>), atM', saveMatrix, singleton, size, shSize, conformVs, conformMs, conformVTo, conformMTo -- cgit v1.2.3