Classes | |
class | TestChebyshev2 |
Functions | |
def | Chebyshev2_vector (f, N, a=-1.0, b=1.0) |
def | f (x) |
def | fprime (x) |
GTSAM Copyright 2010-2019, Georgia Tech Research Corporation, Atlanta, Georgia 30332-0415 All Rights Reserved See LICENSE for the license information Unit tests for Chebyshev2 Basis using the GTSAM Python wrapper. Converted from the C++ tests.
def test_Chebyshev2.Chebyshev2_vector | ( | f, | |
N, | |||
a = -1.0 , |
|||
b = 1.0 |
|||
) |
Definition at line 30 of file test_Chebyshev2.py.
def test_Chebyshev2.f | ( | x | ) |
Definition at line 22 of file test_Chebyshev2.py.
def test_Chebyshev2.fprime | ( | x | ) |
Definition at line 26 of file test_Chebyshev2.py.