package scipy

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_py : string -> Py.Object.t

Get an attribute of this module as a Py.Object.t. This is useful to pass a Python function to another function.

val herzo : Py.Object.t -> Py.Object.t

x,w = herzo(n)

Wrapper for ``herzo``.

Parameters ---------- n : input int

Returns ------- x : rank-1 array('d') with bounds (n) w : rank-1 array('d') with bounds (n)

val lagzo : Py.Object.t -> Py.Object.t

x,w = lagzo(n)

Wrapper for ``lagzo``.

Parameters ---------- n : input int

Returns ------- x : rank-1 array('d') with bounds (n) w : rank-1 array('d') with bounds (n)

val legzo : Py.Object.t -> Py.Object.t

x,w = legzo(n)

Wrapper for ``legzo``.

Parameters ---------- n : input int

Returns ------- x : rank-1 array('d') with bounds (n) w : rank-1 array('d') with bounds (n)

OCaml

Innovation. Community. Security.