|
| Data.Packed.Convert | | Portability | portable | | Stability | provisional | | Maintainer | Alberto Ruiz <aruiz@um.es> |
|
|
|
| Description |
| Conversion of Vectors and Matrices to and from the standard Haskell arrays.
(provisional)
|
|
| Synopsis |
|
|
|
| Documentation |
|
|
| creates an immutable Array from an hmatrix Vector (to do: unboxed)
|
|
|
|
|
| creates a mutable array from an hmatrix Vector (to do: unboxed)
|
|
|
| creates a mutable Array from an hmatrix Vector for manipulation with runSTUArray (to do: unboxed)
|
|
|
| Creates a StorableArray indexed from 0 to dim -1.
(Memory is efficiently copied, so you can then freely modify the obtained array)
|
|
|
| Creates a Vector from a StorableArray.
(Memory is efficiently copied, so posterior changes in the array will not affect the result)
|
|
|
|
|
|
|
|
|
|
| Produced by Haddock version 2.6.0 |