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 22 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
degrees | |||
) |
Definition at line 27 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
coeffs | |||
) |
Definition at line 34 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
coeffsPtr | |||
) |
Definition at line 45 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
RCPcoeffs | |||
) |
Definition at line 57 of file Polynomial_UnitTest.cpp.
TEUCHOS_UNIT_TEST | ( | Teuchos_Polynomial | , |
evaluate | |||
) |
Definition at line 73 of file Polynomial_UnitTest.cpp.