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 45 of file TestScaledMatrix.cpp.
typedef NekMatrix<InnerMatrix, ScaledMatrixTag> Nektar::ScaledMatrixUnitTests::SMat |
Definition at line 46 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | BugReport1 | ) |
Definition at line 398 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | BugReport2 | ) |
Definition at line 376 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestConstruction | ) |
Definition at line 42 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestConstructorWithInnerMatrix | ) |
Definition at line 60 of file TestScaledMatrix.cpp.
References Nektar::eFULL.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestDefaultConstructor | ) |
Definition at line 48 of file TestScaledMatrix.cpp.
References Nektar::eFULL.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestElementAccessLinearAlgerbra | ) |
Definition at line 75 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestElementAccessScaledMatrix | ) |
Definition at line 63 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestGetNumElements | ) |
Definition at line 115 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestGetStorageType | ) |
Definition at line 132 of file ScaledMatrixUnitTests.cpp.
References Nektar::UnitTests::d(), and Nektar::eFULL.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestIteration | ) |
Definition at line 128 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestNMatrixNMatrixMultiplication | ) |
Definition at line 190 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestNMatrixTMatrixMultiplication | ) |
Definition at line 262 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledGlobalTransposeMethod | ) |
Definition at line 335 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledNMatrixVectorMultiply | ) |
Definition at line 353 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestScaledTMatrixVectorMultiply | ) |
Definition at line 447 of file TestScaledMatrix.cpp.
References Nektar::Transpose().
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestTMatrixNMatrixMultiplication | ) |
Definition at line 224 of file TestScaledMatrix.cpp.
Nektar::ScaledMatrixUnitTests::BOOST_AUTO_TEST_CASE | ( | TestTMatrixTMatrixMultiplication | ) |
Definition at line 299 of file TestScaledMatrix.cpp.