Go to the source code of this file.
Namespaces | |
| namespace | Playa |
| Playa is a collection of high-level objects for linear algebra. | |
Functions | |
| template<class Scalar > | |
| LinearOperator< Scalar > | Playa::scaledOperator (const Scalar &scale, const LinearOperator< Scalar > &op) |
| template<class Scalar > | |
| LinearOperator< Scalar > | Playa::operator* (const Scalar &a, const LinearOperator< Scalar > &A) |