Participer au site avec un Tip
Rechercher
 

Améliorations / Corrections

Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.

Emplacement :

Description des améliorations :

Vous êtes un professionnel et vous avez besoin d'une formation ? Programmation Python
Les fondamentaux
Voir le programme détaillé
Classe « NdPPoly »

Méthode scipy.interpolate.NdPPoly.construct_fast

Signature de la méthode construct_fast

def construct_fast(c, x, extrapolate=None) 

Description

help(NdPPoly.construct_fast)

Construct the piecewise polynomial without making checks.

Takes the same parameters as the constructor. Input arguments
``c`` and ``x`` must be arrays of the correct shape and type.  The
``c`` array can only be of dtypes float and complex, and ``x``
array must have dtype float.



Vous êtes un professionnel et vous avez besoin d'une formation ? Coder avec une
Intelligence Artificielle
Voir le programme détaillé