package scipy

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Special.SpecfunSource

Sourceval 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.

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)

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)

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)