14#include "arccore/base/Real2x2.h"
15#include "arccore/base/MathReal2x2.h"
31 i >>
x >> std::ws >>
y;
39print(std::ostream& o)
const
51 o <<
'(' <<
x <<
',' <<
y <<
')';
std::ostream & print(std::ostream &o) const
Writes the pair to the stream o readable by an assign().
std::ostream & printXy(std::ostream &o) const
Writes the pair to the stream o in the form (x,y,z).
constexpr __host__ __device__ Real2x2 & assign(Real2 ax, Real2 ay)
Assigns the pair (ax,ay) to the instance.
-- tab-width: 2; indent-tabs-mode: nil; coding: utf-8-with-signature --