| 2487 | */ |
| 2488 | template <class T> |
| 2489 | array transformed (const T &tr, db::ArrayRepository *array_rep = 0) const |
| 2490 | { |
| 2491 | array a (*this); |
| 2492 | a.transform (tr, array_rep); |
| 2493 | return a; |
| 2494 | } |
| 2495 | |
| 2496 | /** |
| 2497 | * @brief A dummy implementation of the "scaled" function for API compatibility |