Go to the source code of this file.
Namespaces | |
| namespace | Playa |
| Playa is a collection of high-level objects for linear algebra. | |
Functions | |
| void | daxpy_ (int *, double *, double *, int *, double *, int *) |
| template<class Scalar > | |
| Scalar * | Playa::dataPtr (Vector< Scalar > vec) |
| template<class Scalar > | |
| const Scalar * | Playa::dataPtr (const Vector< Scalar > &vec) |
| template<class Scalar > | |
| LoadableVector< Scalar > * | Playa::loadable (Vector< Scalar > vec) |
| void daxpy_ | ( | int * | , | |
| double * | , | |||
| double * | , | |||
| int * | , | |||
| double * | , | |||
| int * | ||||
| ) |