##==================================================================================================
##  EVE - Expressive Vector Engine
##  Copyright : EVE Project Contributors
##  SPDX-License-Identifier: BSL-1.0
##==================================================================================================

make_unit( "doc.polynomial.regular" gegenbauer.cpp     )
make_unit( "doc.polynomial.regular" hermite.cpp        )
make_unit( "doc.polynomial.regular" horner.cpp         )
make_unit( "doc.polynomial.regular" jacobi.cpp         )
make_unit( "doc.polynomial.regular" laguerre.cpp       )
make_unit( "doc.polynomial.regular" legendre.cpp       )
make_unit( "doc.polynomial.regular" newton.cpp         )
make_unit( "doc.polynomial.regular" reverse_horner.cpp )
make_unit( "doc.polynomial.regular" tchebytchev.cpp    )
make_unit( "doc.polynomial.regular" tchebeval.cpp      )
