Nektar++
|
Functions | |
template<typename DataType , typename MatrixType > | |
int | foo (NekMatrix< DataType, MatrixType > &d) |
template<typename DataType > | |
int | foo (NekMatrix< DataType, BlockMatrixTag > &d) |
BOOST_AUTO_TEST_CASE (TestDoubleSquareFullVectorMultiplication) | |
BOOST_AUTO_TEST_CASE (TestDoubleSquareFullVectorMultiplicationWithAliasing) | |
BOOST_AUTO_TEST_CASE (TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasing) | |
BOOST_AUTO_TEST_CASE (TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasingAndMatrixTranspose) | |
BOOST_AUTO_TEST_CASE (TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasingAndOverlap) | |
BOOST_AUTO_TEST_CASE (TestScaledDoubleSquareFullVectorMultiplication) | |
BOOST_AUTO_TEST_CASE (TestThreeMatrixMultiplication) | |
BOOST_AUTO_TEST_CASE (TestThreeMatrixMultiplicationWithTranspose) | |
BOOST_AUTO_TEST_CASE (TestThreeWrappedMatrixMultiplicationWithTranspose) | |
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplication | ) |
Definition at line 61 of file TestFullMatrixOperations.cpp.
References foo().
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithAliasing | ) |
Definition at line 81 of file TestFullMatrixOperations.cpp.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasing | ) |
Definition at line 97 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasingAndMatrixTranspose | ) |
Definition at line 120 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper, and Nektar::Transpose().
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasingAndOverlap | ) |
Definition at line 143 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledDoubleSquareFullVectorMultiplication | ) |
Definition at line 167 of file TestFullMatrixOperations.cpp.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestThreeMatrixMultiplication | ) |
Definition at line 185 of file TestFullMatrixOperations.cpp.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestThreeMatrixMultiplicationWithTranspose | ) |
Definition at line 205 of file TestFullMatrixOperations.cpp.
References Nektar::Transpose().
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestThreeWrappedMatrixMultiplicationWithTranspose | ) |
Definition at line 221 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper, and Nektar::Transpose().
int Nektar::FullMatrixOperationsUnitTests::foo | ( | NekMatrix< DataType, BlockMatrixTag > & | d | ) |
Definition at line 55 of file TestFullMatrixOperations.cpp.
References Nektar::UnitTests::d().
int Nektar::FullMatrixOperationsUnitTests::foo | ( | NekMatrix< DataType, MatrixType > & | d | ) |
Definition at line 49 of file TestFullMatrixOperations.cpp.
References Nektar::UnitTests::d().
Referenced by BOOST_AUTO_TEST_CASE().