Thyra
Version of the Day
|
Files | |
file | Thyra_AssertOp.hpp [code] |
file | Thyra_DefaultAddedLinearOp.cpp [code] |
file | Thyra_DefaultAddedLinearOp_decl.hpp [code] |
file | Thyra_DefaultAddedLinearOp_def.hpp [code] |
file | Thyra_DefaultBlockedLinearOp.cpp [code] |
file | Thyra_DefaultBlockedLinearOp_decl.hpp [code] |
file | Thyra_DefaultBlockedLinearOp_def.hpp [code] |
file | Thyra_DefaultColumnwiseMultiVector.cpp [code] |
file | Thyra_DefaultColumnwiseMultiVector_decl.hpp [code] |
file | Thyra_DefaultColumnwiseMultiVector_def.hpp [code] |
file | Thyra_DefaultDiagonalLinearOp.cpp [code] |
file | Thyra_DefaultDiagonalLinearOp_decl.hpp [code] |
file | Thyra_DefaultDiagonalLinearOp_def.hpp [code] |
file | Thyra_DefaultIdentityLinearOp.cpp [code] |
file | Thyra_DefaultIdentityLinearOp_decl.hpp [code] |
file | Thyra_DefaultIdentityLinearOp_def.hpp [code] |
file | Thyra_DefaultMultipliedLinearOp.cpp [code] |
file | Thyra_DefaultMultipliedLinearOp_decl.hpp [code] |
file | Thyra_DefaultMultipliedLinearOp_def.hpp [code] |
file | Thyra_DefaultMultiVectorProductVector.cpp [code] |
file | Thyra_DefaultMultiVectorProductVector_decl.hpp [code] |
file | Thyra_DefaultMultiVectorProductVector_def.hpp [code] |
file | Thyra_DefaultMultiVectorProductVectorSpace.cpp [code] |
file | Thyra_DefaultMultiVectorProductVectorSpace_decl.hpp [code] |
file | Thyra_DefaultMultiVectorProductVectorSpace_def.hpp [code] |
file | Thyra_DefaultProductMultiVector.cpp [code] |
file | Thyra_DefaultProductMultiVector_decl.hpp [code] |
file | Thyra_DefaultProductMultiVector_def.hpp [code] |
file | Thyra_DefaultProductVector.cpp [code] |
file | Thyra_DefaultProductVector_decl.hpp [code] |
file | Thyra_DefaultProductVector_def.hpp [code] |
file | Thyra_DefaultProductVectorSpace.cpp [code] |
file | Thyra_DefaultProductVectorSpace_decl.hpp [code] |
file | Thyra_DefaultProductVectorSpace_def.hpp [code] |
file | Thyra_DefaultScaledAdjointLinearOp.cpp [code] |
file | Thyra_DefaultScaledAdjointLinearOp_decl.hpp [code] |
file | Thyra_DefaultScaledAdjointLinearOp_def.hpp [code] |
file | Thyra_DefaultZeroLinearOp.cpp [code] |
file | Thyra_DefaultZeroLinearOp_decl.hpp [code] |
file | Thyra_DefaultZeroLinearOp_def.hpp [code] |
file | Thyra_describeLinearOp.cpp [code] |
file | Thyra_describeLinearOp_decl.hpp [code] |
file | Thyra_describeLinearOp_def.hpp [code] |
file | Thyra_DetachedMultiVectorView.hpp [code] |
file | Thyra_DetachedVectorView.hpp [code] |
file | Thyra_LinearOpDefaultBase.cpp [code] |
file | Thyra_LinearOpDefaultBase_decl.hpp [code] |
file | Thyra_LinearOpDefaultBase_def.hpp [code] |
file | Thyra_LinearOpTester.cpp [code] |
file | Thyra_LinearOpTester_decl.hpp [code] |
file | Thyra_LinearOpTester_def.hpp [code] |
file | Thyra_ListedMultiVectorRandomizer.hpp [code] |
file | Thyra_MultiVectorAllocator.hpp [code] |
file | Thyra_MultiVectorDefaultBase.cpp [code] |
file | Thyra_MultiVectorDefaultBase_decl.hpp [code] |
file | Thyra_MultiVectorDefaultBase_def.hpp [code] |
file | Thyra_MultiVectorStdOps.cpp [code] |
file | Thyra_MultiVectorStdOps_decl.hpp [code] |
file | Thyra_MultiVectorStdOps_def.hpp [code] |
file | Thyra_MultiVectorStdOpsTester.cpp [code] |
file | Thyra_MultiVectorStdOpsTester_decl.hpp [code] |
file | Thyra_MultiVectorStdOpsTester_def.hpp [code] |
file | Thyra_MultiVectorTester.cpp [code] |
file | Thyra_MultiVectorTester_decl.hpp [code] |
file | Thyra_MultiVectorTester_def.hpp [code] |
file | Thyra_OperatorVectorClientSupport.hpp [code] |
file | Thyra_ParameterDrivenMultiVectorInput.hpp [code] |
file | Thyra_PolynomialVectorTraits.hpp [code] |
file | Thyra_TestingTools.cpp [code] |
file | Thyra_TestingTools.hpp [code] |
file | Thyra_TestingToolsDecl.hpp [code] |
file | Thyra_UnitTestHelpers.hpp [code] |
Thyra-specific macros for helping to create concrete unit tests. | |
file | Thyra_UniversalMultiVectorRandomizer.hpp [code] |
file | Thyra_VectorDefaultBase.cpp [code] |
file | Thyra_VectorDefaultBase_decl.hpp [code] |
file | Thyra_VectorDefaultBase_def.hpp [code] |
file | Thyra_VectorSpaceDefaultBase.cpp [code] |
file | Thyra_VectorSpaceDefaultBase_decl.hpp [code] |
file | Thyra_VectorSpaceDefaultBase_def.hpp [code] |
file | Thyra_VectorSpaceTester.cpp [code] |
file | Thyra_VectorSpaceTester_decl.hpp [code] |
file | Thyra_VectorSpaceTester_def.hpp [code] |
file | Thyra_VectorStdOps.cpp [code] |
file | Thyra_VectorStdOps_decl.hpp [code] |
file | Thyra_VectorStdOps_def.hpp [code] |
file | Thyra_VectorStdOpsTester.cpp [code] |
file | Thyra_VectorStdOpsTester_decl.hpp [code] |
file | Thyra_VectorStdOpsTester_def.hpp [code] |
file | Thyra_VectorTester.cpp [code] |
file | Thyra_VectorTester_decl.hpp [code] |
file | Thyra_VectorTester_def.hpp [code] |
Client support code for operators (i.e. matrices) and vectors
This directory combines any and all support code related to operator (i.e. matrices), vector spaces, vectors etc. that is geared toward making operator/vector objects easier to use but is totally indepenent of any specific type of vector space, vector, multi-vector, or linear operator implementation. For example, none of the code in this directory depends on the operator_vector/adapter_support code and therefore does not assume a serial or an SPMD environment.