mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-09-03 14:14:19 +00:00
1 line
17 KiB
JSON
1 line
17 KiB
JSON
{".class": "MypyFile", "_fullname": "numpy.polynomial.chebyshev", "is_partial_stub_package": false, "is_stub": false, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_public": false}, "Chebyshev": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.chebyshev.Chebyshev", "name": "Chebyshev", "type_vars": []}, "flags": [], "fullname": "numpy.polynomial.chebyshev.Chebyshev", "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.chebyshev", "mro": ["numpy.polynomial.chebyshev.Chebyshev", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "_add": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._add", "name": "_add", "type": "builtins.staticmethod"}}, "_der": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._der", "name": "_der", "type": "builtins.staticmethod"}}, "_div": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._div", "name": "_div", "type": "builtins.staticmethod"}}, "_fit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._fit", "name": "_fit", "type": "builtins.staticmethod"}}, "_fromroots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._fromroots", "name": "_fromroots", "type": "builtins.staticmethod"}}, "_int": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._int", "name": "_int", "type": "builtins.staticmethod"}}, "_line": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._line", "name": "_line", "type": "builtins.staticmethod"}}, "_mul": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._mul", "name": "_mul", "type": "builtins.staticmethod"}}, "_pow": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._pow", "name": "_pow", "type": "builtins.staticmethod"}}, "_roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._roots", "name": "_roots", "type": "builtins.staticmethod"}}, "_sub": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._sub", "name": "_sub", "type": "builtins.staticmethod"}}, "_val": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev._val", "name": "_val", "type": "builtins.staticmethod"}}, "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.basis_name", "name": "basis_name", "type": "builtins.str"}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.domain", "name": "domain", "type": "numpy.ndarray"}}, "interpolate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "func", "deg", "domain", "args"], "flags": ["is_class", "is_decorated"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.interpolate", "name": "interpolate", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "interpolate", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1, 1], "arg_names": ["cls", "func", "deg", "domain", "args"], "arg_types": [{".class": "TypeType", "item": "numpy.polynomial.chebyshev.Chebyshev"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": "interpolate of Chebyshev", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class"], "fullname": "numpy.polynomial.chebyshev.Chebyshev.window", "name": "window", "type": "numpy.ndarray"}}}, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.chebyshev.__package__", "name": "__package__", "type": "builtins.str"}}, "_cseries_to_zseries": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev._cseries_to_zseries", "name": "_cseries_to_zseries", "type": null}}, "_zseries_der": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["zs"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_der", "name": "_zseries_der", "type": null}}, "_zseries_div": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["z1", "z2"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_div", "name": "_zseries_div", "type": null}}, "_zseries_int": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["zs"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_int", "name": "_zseries_int", "type": null}}, "_zseries_mul": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["z1", "z2"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_mul", "name": "_zseries_mul", "type": null}}, "_zseries_to_cseries": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["zs"], "flags": [], "fullname": "numpy.polynomial.chebyshev._zseries_to_cseries", "name": "_zseries_to_cseries", "type": null}}, "cheb2poly": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.cheb2poly", "name": "cheb2poly", "type": null}}, "chebadd": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebadd", "name": "chebadd", "type": null}}, "chebcompanion": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebcompanion", "name": "chebcompanion", "type": null}}, "chebder": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebder", "name": "chebder", "type": null}}, "chebdiv": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebdiv", "name": "chebdiv", "type": null}}, "chebdomain": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebdomain", "name": "chebdomain", "type": "numpy.ndarray"}}, "chebfit": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebfit", "name": "chebfit", "type": null}}, "chebfromroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebfromroots", "name": "chebfromroots", "type": null}}, "chebgauss": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebgauss", "name": "chebgauss", "type": null}}, "chebgrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebgrid2d", "name": "chebgrid2d", "type": null}}, "chebgrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebgrid3d", "name": "chebgrid3d", "type": null}}, "chebint": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebint", "name": "chebint", "type": null}}, "chebinterpolate": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["func", "deg", "args"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebinterpolate", "name": "chebinterpolate", "type": null}}, "chebline": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebline", "name": "chebline", "type": null}}, "chebmul": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebmul", "name": "chebmul", "type": null}}, "chebmulx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebmulx", "name": "chebmulx", "type": null}}, "chebone": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebone", "name": "chebone", "type": "numpy.ndarray"}}, "chebpow": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebpow", "name": "chebpow", "type": null}}, "chebpts1": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["npts"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebpts1", "name": "chebpts1", "type": null}}, "chebpts2": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["npts"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebpts2", "name": "chebpts2", "type": null}}, "chebroots": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebroots", "name": "chebroots", "type": null}}, "chebsub": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebsub", "name": "chebsub", "type": null}}, "chebtrim": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebtrim", "name": "chebtrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "chebval": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebval", "name": "chebval", "type": null}}, "chebval2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebval2d", "name": "chebval2d", "type": null}}, "chebval3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebval3d", "name": "chebval3d", "type": null}}, "chebvander": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebvander", "name": "chebvander", "type": null}}, "chebvander2d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebvander2d", "name": "chebvander2d", "type": null}}, "chebvander3d": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebvander3d", "name": "chebvander3d", "type": null}}, "chebweight": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.chebyshev.chebweight", "name": "chebweight", "type": null}}, "chebx": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebx", "name": "chebx", "type": "numpy.ndarray"}}, "chebzero": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": [], "fullname": "numpy.polynomial.chebyshev.chebzero", "name": "chebzero", "type": "numpy.ndarray"}}, "la": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "normalize_axis_index": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_suppressed_import", "is_ready"], "fullname": "numpy.polynomial.chebyshev.normalize_axis_index", "name": "normalize_axis_index", "type": {".class": "AnyType", "missing_import_name": "numpy.polynomial.chebyshev.normalize_axis_index", "source_any": null, "type_of_any": 3}}}, "np": {".class": "SymbolTableNode", "cross_ref": "numpy", "kind": "Gdef", "module_public": false}, "poly2cheb": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pol"], "flags": [], "fullname": "numpy.polynomial.chebyshev.poly2cheb", "name": "poly2cheb", "type": null}}, "pu": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/anaconda3/lib/python3.9/site-packages/numpy/polynomial/chebyshev.py"} |