-  3.39.21
Classes | Namespaces | Functions
poly.py File Reference

Classes

class  pyfaust.poly.FaustPoly
 Subclass of Faust specialized for orthogonal polynomial basis. More...
 

Namespaces

 pyfaust.poly
 The pyfaust module for polynomial basis as Faust objects.
 

Functions

def pyfaust.poly.basis (L, K, basis_name, dev='cpu', T0=None, **kwargs)
 Builds the Faust of the polynomial basis defined on the sparse matrix L. More...
 
def pyfaust.poly.poly (coeffs, basis='chebyshev', L=None, X=None, dev='cpu', out=None, **kwargs)
 Computes the linear combination of the polynomials defined by basis. More...
 
def pyfaust.poly.expm_multiply (A, B, t, K=10, tradeoff='time', dev='cpu', **kwargs)
 Computes an approximate of the action of the matrix exponential of A on B using series of Chebyshev polynomials. More...