Copyright | (c) OleksandrZhabenko 2020-2021 |
---|---|
License | MIT |
Maintainer | olexandr543@yahoo.com |
Stability | Experimental |
Safe Haskell | None |
Language | Haskell2010 |
Extensions |
|
Generalization of the functionality of the DobutokO.Poetry.Norms
and DobutokO.Poetry.Norms.Extended modules
from the dobutokO-poetry
package. Instead of vectors, uses arrays.
Synopsis
- procDiverse2I :: Ord c => (Int16 -> c) -> FuncRep2 String Int16 c
- procB2FG :: Ord c => ([Double] -> Double) -> (Double -> c) -> ([[[UZPP2]]] -> [[Double]]) -> Coeffs2 -> FuncRep2 String Double c
- procB2InvFG :: Ord c => ([Double] -> Double) -> (Double -> c) -> ([[[UZPP2]]] -> [[Double]]) -> Coeffs2 -> FuncRep2 String Double c
- procDiverse2F :: Ord c => (Double -> c) -> FuncRep2 String Double c
- procBothF :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBothFF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBothInvF :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBothInvFF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth2F :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth2FF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth2InvF :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth2InvFF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth3F :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth3FF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth3InvF :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth3InvFF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth4F :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth4FF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth4InvF :: Ord c => (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procBoth4InvFF :: Ord c => Double -> (Double -> c) -> Coeffs2 -> FuncRep2 String Double c
- procRhythmicity23F :: Ord c => Double -> (Double -> c) -> String -> Coeffs2 -> FuncRep2 String Double c
- procRhythmicity23FH :: Ord c => Double -> (Double -> c) -> [[[[UZPP2]]] -> [[Double]]] -> String -> Coeffs2 -> FuncRep2 String Double c
Functions with Int16
Functions with Double
More general
procB2FG :: Ord c => ([Double] -> Double) -> (Double -> c) -> ([[[UZPP2]]] -> [[Double]]) -> Coeffs2 -> FuncRep2 String Double c Source #
procB2InvFG :: Ord c => ([Double] -> Double) -> (Double -> c) -> ([[[UZPP2]]] -> [[Double]]) -> Coeffs2 -> FuncRep2 String Double c Source #
Usual ones
Working with generated by r-glpk-phonetic-languages-ukrainian-durations syllable durations
NEW Working with generated by r-glpk-phonetic-languages-ukrainian-durations syllable durations
Working with rhythmicity
procRhythmicity23F :: Ord c => Double -> (Double -> c) -> String -> Coeffs2 -> FuncRep2 String Double c Source #