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 57 of file TestFullMatrixOperations.cpp.
References foo().
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithAliasing | ) |
Definition at line 77 of file TestFullMatrixOperations.cpp.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasing | ) |
Definition at line 93 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasingAndMatrixTranspose | ) |
Definition at line 116 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper, and Nektar::Transpose().
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDoubleSquareFullVectorMultiplicationWithSharedArrayAliasingAndOverlap | ) |
Definition at line 139 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledDoubleSquareFullVectorMultiplication | ) |
Definition at line 163 of file TestFullMatrixOperations.cpp.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestThreeMatrixMultiplication | ) |
Definition at line 181 of file TestFullMatrixOperations.cpp.
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestThreeMatrixMultiplicationWithTranspose | ) |
Definition at line 201 of file TestFullMatrixOperations.cpp.
References Nektar::Transpose().
Nektar::FullMatrixOperationsUnitTests::BOOST_AUTO_TEST_CASE | ( | TestThreeWrappedMatrixMultiplicationWithTranspose | ) |
Definition at line 217 of file TestFullMatrixOperations.cpp.
References Nektar::eWrapper, and Nektar::Transpose().
int Nektar::FullMatrixOperationsUnitTests::foo | ( | NekMatrix< DataType, BlockMatrixTag > & | d | ) |
Definition at line 52 of file TestFullMatrixOperations.cpp.
int Nektar::FullMatrixOperationsUnitTests::foo | ( | NekMatrix< DataType, MatrixType > & | d | ) |
Definition at line 46 of file TestFullMatrixOperations.cpp.
Referenced by BOOST_AUTO_TEST_CASE().