hsdif-0.11: Haskell SDIF

Sound.SDIF.Matrix

Description

SDIF matrix functions.

Synopsis

Documentation

list_section :: [a] -> Int -> Int -> [a]Source

Section of list from ith to jth indices.

 list_section [1..9] 4 6 == [5,6]

matrix_row :: Matrix -> Int -> [Datum]Source

Extract nth row of Matrix.

matrix_column :: Matrix -> Int -> [Datum]Source

Extract nth column of Matrix.