Hoogle Search

Within LTS Haskell 24.31 (ghc-9.10.3)

Note that Stackage only displays results for the latest LTS and Nightly snapshot. Learn more.

  1. Vector4D :: a -> a -> a -> a -> Vector4D a

    rzk Rzk.TypeCheck

    No documentation available.

  2. type VectorConstraint = Vector Double -> Word -> Vector Double

    srtree Algorithm.SRTree.NonlinearOpt

    A constraint function which returns a vector c(x) given the parameter vector x. The constraint will enforce that c(x) == 0 (equality constraint) or c(x) <= 0 (inequality constraint).

  3. type VectorConstraintD = Vector Double -> Word -> (Vector Double, Matrix Double)

    srtree Algorithm.SRTree.NonlinearOpt

    A constraint function which returns c(x) given the parameter vector x along with the Jacobian (first derivative) matrix of c(x) with respect to x at that point. The constraint will enforce that c(x) == 0 (equality constraint) or c(x) <= 0 (inequality constraint).

  4. newtype VectorStorage

    srtree Algorithm.SRTree.NonlinearOpt

    This specifies the memory size to be used by algorithms like LBFGS which store approximate Hessian or Jacobian matrices.

  5. VectorStorage :: Word -> VectorStorage

    srtree Algorithm.SRTree.NonlinearOpt

    No documentation available.

  6. type VectorFunction a = Vector Double -> IOVector Double -> Maybe IOVector Double -> a -> IO ()

    srtree Numeric.Optimization.NLOPT.Bindings

    This function type corresponds to nlopt_mfunc in C and is used for vector functions of the parameter vector. You may pass data of any type a to the functions in this module that take a VectorFunction as an argument; this data will be supplied to your function when it is called.

  7. type VectorField = Position -> Vec

    LPFP-core LPFPCore

    No documentation available.

  8. type VectorLineIntegral = VectorField -> Curve -> Vec

    LPFP-core LPFPCore

    No documentation available.

  9. type VectorSurfaceIntegral = VectorField -> Surface -> Vec

    LPFP-core LPFPCore

    No documentation available.

  10. type VectorVolumeIntegral = VectorField -> Volume -> Vec

    LPFP-core LPFPCore

    No documentation available.

Page 23 of many | Previous | Next