#include "Teuchos_GlobalMPISession.hpp"#include "Teuchos_DefaultComm.hpp"#include "Thyra_VectorImpl.hpp"#include "Thyra_VectorSpaceImpl.hpp"#include "Thyra_DefaultSpmdVectorSpace.hpp"#include "Thyra_LinearOperatorImpl.hpp"#include "Thyra_LinearCombinationImpl.hpp"#include "Thyra_DefaultBlockedLinearOp.hpp"#include "Teuchos_CommandLineProcessor.hpp"#include "Teuchos_ScalarTraits.hpp"#include "Teuchos_StandardCatchMacros.hpp"#include "Teuchos_VerboseObject.hpp"Include dependency graph for test_block_op.cpp:
Go to the source code of this file.
Functions | |
| template<class Scalar> | |
| LinearOperator< Scalar > | makeRandomDenseOperator (int nc, const VectorSpace< Scalar > &rowSp) |
| template<class Scalar> | |
| bool | runTest (Teuchos::RefCountPtr< Teuchos::FancyOStream > &out) |
| int | main (int argc, char *argv[]) |
|
||||||||||||||||
|
Definition at line 50 of file test_block_op.cpp. |
|
||||||||||
|
Definition at line 120 of file test_block_op.cpp. |
|
||||||||||||
|
Definition at line 62 of file test_block_op.cpp. |
1.3.9.1