﻿cyjax.polynomial.FermatPoly
===========================

.. currentmodule:: cyjax.polynomial

.. autoclass:: FermatPoly
    :members:
    :show-inheritance:
    :inherited-members:

    
    .. automethod:: __init__

    
    .. rubric:: Methods

    .. autosummary::
    
        ~FermatPoly.__init__
        ~FermatPoly.affine_poly
        ~FermatPoly.all_symbols
        ~FermatPoly.diff
        ~FermatPoly.from_coeffs_and_powers
        ~FermatPoly.from_poly
        ~FermatPoly.from_sympy
        ~FermatPoly.to_coeffs_and_powers
        ~FermatPoly.transform_eval
        ~FermatPoly.unique_patch_index
    
    

    
    
    .. rubric:: Attributes

    .. autosummary::
    
        ~FermatPoly.domain
        ~FermatPoly.parameter_position
        ~FermatPoly.sympy_poly
        ~FermatPoly.variable_index_dict
        ~FermatPoly.variable_position
        ~FermatPoly.variable_names
        ~FermatPoly.variable_indices
        ~FermatPoly.parameters
        ~FermatPoly.degree
    
    