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 splev : ?e:Py.Object.t -> t:Py.Object.t -> c:Py.Object.t -> k:Py.Object.t -> x:Py.Object.t -> unit -> Py.Object.t

y = splev(t,c,k,x,e)

Wrapper for ``splev``.

Parameters ---------- t : input rank-1 array('d') with bounds (n) c : input rank-1 array('d') with bounds (n) k : input int x : input rank-1 array('d') with bounds (m)

Other Parameters ---------------- e : input int, optional Default: 0

Returns ------- y : rank-1 array('d') with bounds (m)

OCaml

Innovation. Community. Security.