#include <array>
#include <iostream>
#include <cmath>
#include <limits>
#include "Proto_Accel.H"
#include "Proto_Point.H"
Go to the source code of this file.
|
template<typename T , size_t N> |
ACCEL_DECORATION Array< T, N > & | Proto::operator* (int scale, Array< T, N > &arr) |
| Premultiplication by a scalar int. More...
|
|
template<typename T , size_t N> |
ACCEL_DECORATION Array< T, N > & | Proto::operator* (double scale, Array< T, N > &arr) |
| Premultiplication by a scalar double. More...
|
|
template<typename T , size_t N> |
ACCEL_DECORATION Array< T, N > & | Proto::operator- (Array< T, N > &arr) |
| Unary negation. More...
|
|
template<typename T , size_t N> |
std::ostream & | Proto::operator<< (std::ostream &stream, const Array< T, N > &arr) |
| Ostream operator. More...
|
|
◆ PROTO_ARRAY_H