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.
| bool Thyra::UniversalMultiVectorRandomizer< Scalar >::isCompatible | ( | const VectorSpaceBase< Scalar > & | space | ) | const [virtual] |
Implements Thyra::MultiVectorRandomizerBase< Scalar >.
Definition at line 64 of file Thyra_UniversalMultiVectorRandomizer.hpp.
| void Thyra::UniversalMultiVectorRandomizer< Scalar >::randomize | ( | MultiVectorBase< Scalar > * | mv | ) | [virtual] |
Implements Thyra::MultiVectorRandomizerBase< Scalar >.
Definition at line 70 of file Thyra_UniversalMultiVectorRandomizer.hpp.
1.4.7