Nektar++
|
Typedefs | |
typedef NekMatrix< double > | InnerMatrix |
typedef NekMatrix< InnerMatrix, ScaledMatrixTag > | SMat |
Functions | |
BOOST_AUTO_TEST_CASE (TestDefaultConstructor) | |
BOOST_AUTO_TEST_CASE (TestConstructorWithInnerMatrix) | |
BOOST_AUTO_TEST_CASE (TestElementAccessLinearAlgerbra) | |
BOOST_AUTO_TEST_CASE (TestIteration) | |
BOOST_AUTO_TEST_CASE (TestNMatrixNMatrixMultiplication) | |
BOOST_AUTO_TEST_CASE (TestTMatrixNMatrixMultiplication) | |
BOOST_AUTO_TEST_CASE (TestNMatrixTMatrixMultiplication) | |
BOOST_AUTO_TEST_CASE (TestTMatrixTMatrixMultiplication) | |
BOOST_AUTO_TEST_CASE (TestScaledGlobalTransposeMethod) | |
BOOST_AUTO_TEST_CASE (TestScaledNMatrixVectorMultiply) | |
BOOST_AUTO_TEST_CASE (BugReport2) | |
BOOST_AUTO_TEST_CASE (BugReport1) | |
BOOST_AUTO_TEST_CASE (TestScaledTMatrixVectorMultiply) | |
BOOST_AUTO_TEST_CASE (TestConstruction) | |
BOOST_AUTO_TEST_CASE (TestElementAccessScaledMatrix) | |
BOOST_AUTO_TEST_CASE (TestGetNumElements) | |
BOOST_AUTO_TEST_CASE (TestGetStorageType) | |
typedef NekMatrix<double> Nektar::ScaledMatrixUnitTests::InnerMatrix |
Definition at line 47 of file TestScaledMatrix.cpp.
typedef NekMatrix<InnerMatrix, ScaledMatrixTag> Nektar::ScaledMatrixUnitTests::SMat |
Definition at line 48 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | BugReport1 | ) |
Definition at line 400 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | BugReport2 | ) |
Definition at line 378 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestConstruction | ) |
Definition at line 44 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestConstructorWithInnerMatrix | ) |
Definition at line 62 of file TestScaledMatrix.cpp.
References Nektar::eFULL.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDefaultConstructor | ) |
Definition at line 50 of file TestScaledMatrix.cpp.
References Nektar::eFULL.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestElementAccessLinearAlgerbra | ) |
Definition at line 77 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestElementAccessScaledMatrix | ) |
Definition at line 65 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestGetNumElements | ) |
Definition at line 117 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestGetStorageType | ) |
Definition at line 134 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d(), and Nektar::eFULL.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestIteration | ) |
Definition at line 130 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestNMatrixNMatrixMultiplication | ) |
Definition at line 192 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestNMatrixTMatrixMultiplication | ) |
Definition at line 264 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledGlobalTransposeMethod | ) |
Definition at line 337 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledNMatrixVectorMultiply | ) |
Definition at line 355 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledTMatrixVectorMultiply | ) |
Definition at line 449 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestTMatrixNMatrixMultiplication | ) |
Definition at line 226 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestTMatrixTMatrixMultiplication | ) |
Definition at line 301 of file TestScaledMatrix.cpp.