14#include "arcane/utils/ArcanePrecomp.h"
15#include "arcane/utils/Iostream.h"
16#include "arcane/utils/Real2x2.h"
38print(std::ostream& o)
const
50 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 --