MultiVectorRandomizerBase subclass that is compatible with all MultiVectorBase objects.
More...
#include <Thyra_UniversalMultiVectorRandomizer.hpp>
Inheritance diagram for Thyra::UniversalMultiVectorRandomizer< Scalar >:
Overridden from MultiVectorRandomizerBase | |
| bool | isCompatible (const VectorSpaceBase< Scalar > &space) const |
| | |
| void | randomize (MultiVectorBase< Scalar > *mv) |
| | |
MultiVectorRandomizerBase subclass that is compatible with all MultiVectorBase objects.
This class simply uses randomize(-1,+1,mv) which is based on RTOp and simply creates random coefficients between -1 and +1.
Definition at line 45 of file Thyra_UniversalMultiVectorRandomizer.hpp.
|
||||||||||
|
Implements Thyra::MultiVectorRandomizerBase< Scalar >. Definition at line 64 of file Thyra_UniversalMultiVectorRandomizer.hpp. |
|
||||||||||
|
Implements Thyra::MultiVectorRandomizerBase< Scalar >. Definition at line 70 of file Thyra_UniversalMultiVectorRandomizer.hpp. |
1.3.9.1