IPPL (Independent Parallel Particle Layer)
IPPL
Loading...
Searching...
No Matches
Vector.hpp File Reference
#include <iomanip>
#include <iostream>
Include dependency graph for Vector.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  ippl::detail::isExpression< Vector< T, Dim > >

Namespaces

namespace  ippl
namespace  ippl::detail

Functions

template<typename T, unsigned Dim>
std::ostream & ippl::operator<< (std::ostream &out, const Vector< T, Dim > &v)
template<typename T, unsigned Dim>
KOKKOS_INLINE_FUNCTION Vector< T, Dimippl::min (const Vector< T, Dim > &a, const Vector< T, Dim > &b)
template<typename T, unsigned Dim>
KOKKOS_INLINE_FUNCTION Vector< T, Dimippl::max (const Vector< T, Dim > &a, const Vector< T, Dim > &b)