Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Teuchos_UnitTestHarness.hpp"
#include "Teuchos_Polynomial.hpp"
#include "Teuchos_Array.hpp"
Go to the source code of this file.
Functions | |
TEUCHOS_UNIT_TEST (Teuchos_Polynomial, create) | |
TEUCHOS_UNIT_TEST (Teuchos_Polynomial, degrees) | |
TEUCHOS_UNIT_TEST (Teuchos_Polynomial, coeffs) | |
TEUCHOS_UNIT_TEST (Teuchos_Polynomial, coeffsPtr) | |
TEUCHOS_UNIT_TEST (Teuchos_Polynomial, RCPcoeffs) | |
TEUCHOS_UNIT_TEST (Teuchos_Polynomial, evaluate) | |
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
create | |||
) |
Definition at line 54 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
degrees | |||
) |
Definition at line 59 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
coeffs | |||
) |
Definition at line 66 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
coeffsPtr | |||
) |
Definition at line 77 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
RCPcoeffs | |||
) |
Definition at line 89 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
evaluate | |||
) |
Definition at line 105 of file Polynomial_UnitTest.cpp.