|
Nektar++
|
#include <boost/test/unit_test.hpp>#include <LibUtilities/LinearAlgebra/NekMatrix.hpp>#include <boost/test/tools/floating_point_comparison.hpp>#include <UnitTests/LibUtilities/LinearAlgebra/TestCombinationRunner.h>#include <functional>Go to the source code of this file.
Namespaces | |
| namespace | Nektar |
| The above copyright notice and this permission notice shall be included. | |
| namespace | Nektar::StandardMatrixUnitTests |
| namespace | Nektar::StandardMatrixOperationsUnitTests |
Macros | |
| #define | BOOST_TEST_MODULE LinearAlgebraUnitTests test |
Functions | |
| Nektar::StandardMatrixUnitTests::BOOST_AUTO_TEST_CASE (TestIterators) | |
| Nektar::StandardMatrixUnitTests::BOOST_AUTO_TEST_CASE (TestWrappedCopyConstructor) | |
| Nektar::StandardMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE (TestAddition) | |
| Nektar::StandardMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE (TestSubtraction) | |
| Nektar::StandardMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE (TestThreeAdditions) | |
| Nektar::StandardMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE (TestTransposedMultiplication) | |
| Nektar::StandardMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE (TestGlobalTransposeMethod) | |
| Nektar::StandardMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE (TestScalarMatrixMultiply) | |
| #define BOOST_TEST_MODULE LinearAlgebraUnitTests test |
Definition at line 35 of file TestStandardMatrix.cpp.