Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Documentation
type Constraint = Tensor -> Tensor Source #
boolean :: Constraint Source #
integerInterval :: Int -> Int -> Constraint Source #
integerLessThan :: Int -> Constraint Source #
integerGreaterThan :: Int -> Constraint Source #
integerLessThanEq :: Int -> Constraint Source #
integerGreaterThanEq :: Int -> Constraint Source #
real :: Constraint Source #
greaterThan :: Float -> Constraint Source #
greaterThanEq :: Float -> Constraint Source #
lessThan :: Float -> Constraint Source #
lessThanEq :: Float -> Constraint Source #
halfOpenInterval :: Float -> Float -> Constraint Source #
simplex :: Constraint Source #