| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Math.Algebra.Jack
Synopsis
- schur :: forall a. Fractional a => [a] -> Partition -> a
- jack :: forall a. (Fractional a, Ord a) => [a] -> Partition -> a -> a
- zonal :: (Fractional a, Ord a) => [a] -> Partition -> a
Documentation
Arguments
| :: forall a. Fractional a | |
| => [a] | values of the variables |
| -> Partition | partition of integers |
| -> a |
Evaluation of Schur polynomial
Arguments
| :: forall a. (Fractional a, Ord a) | |
| => [a] | values of the variables |
| -> Partition | partition of integers |
| -> a | alpha parameter |
| -> a |
Evaluation of Jack polynomial
Arguments
| :: (Fractional a, Ord a) | |
| => [a] | values of the variables |
| -> Partition | partition of integers |
| -> a |
Evaluation of zonal polynomial