Public Member Functions | |
| __host__ __device__ Real | operator[] (Integer i) const |
| __host__ __device__ Real | operator() (Integer i) const |
| __host__ __device__ Real & | operator[] (Integer i) |
| __host__ __device__ Real & | operator() (Integer i) |
| __host__ __device__ void | setComponent (Integer i, Real value) |
| Positions the i th component at value. | |
Public Attributes | |
| Real | x |
| first component of the pair | |
| Real | y |
| second component of the pair | |
Definition at line 32 of file arccore/src/base/arccore/base/Real2.h.
Access to the i th component of the Real2POD
| i | component number to return |
Definition at line 93 of file arccore/src/base/arccore/base/Real2.h.
References x.
Read-only access to the i th component of the Real2POD
| i | component number to return |
Definition at line 63 of file arccore/src/base/arccore/base/Real2.h.
References x.
Access to the i th component of the Real2POD
| i | component number to return |
Definition at line 78 of file arccore/src/base/arccore/base/Real2.h.
References x.
Read-only access to the i th component of the Real2POD
| i | component number to return |
Definition at line 48 of file arccore/src/base/arccore/base/Real2.h.
References x.
Positions the i th component at value.
Definition at line 100 of file arccore/src/base/arccore/base/Real2.h.
References x.
| Real Arcane::Real2POD::x |
first component of the pair
Definition at line 36 of file arccore/src/base/arccore/base/Real2.h.
Referenced by Arcane::Real2::abs2(), Arcane::Real2::absolute(), Arcane::Real2::add(), Arcane::Real2Proxy::add(), Arcane::Real2::addSame(), Arcane::Real2::assign(), Arcane::Real2::assign(), Arcane::Real2::assign(), Arcane::Real2Proxy::assign(), Arcane::Real2::constView(), Arcane::Real2::div(), Arcane::Real2Proxy::div(), Arcane::Real2::divSame(), Arcane::math::dot(), Arcane::math::doubleContraction(), Arcane::math::isNearlyZero(), Arcane::math::max(), Arcane::math::min(), Arcane::Real2::mul(), Arcane::Real2Proxy::mul(), Arcane::Real2::mulSame(), operator()(), operator()(), Arcane::Real2::operator*, Arcane::Real2::operator*(), Arcane::Real2::operator*, Arcane::Real2Proxy::operator*(), Arcane::Real2::operator*=(), Arcane::Real2::operator+(), Arcane::Real2Proxy::operator+(), Arcane::Real2::operator-(), Arcane::Real2::operator-(), Arcane::Real2Proxy::operator-(), Arcane::Real2::operator/(), Arcane::Real2::operator/, Arcane::Real2Proxy::operator/(), Arcane::Real2::operator/=(), Arcane::Real2::operator<, Arcane::Real2::operator=(), Arcane::Real2::operator==(), Arcane::Real2Proxy::operator==(), operator[](), operator[](), Arcane::Real2::print(), Arcane::Real2::printXy(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real3::Real3(), Arcane::Real2::reset(), Arcane::math::scaMul(), setComponent(), Arcane::math::squareNormL2(), Arcane::Real2::squareNormL2(), Arcane::Real2::sub(), Arcane::Real2Proxy::sub(), Arcane::Real2::subSame(), and Arcane::Real2::view().
| Real Arcane::Real2POD::y |
second component of the pair
Definition at line 37 of file arccore/src/base/arccore/base/Real2.h.
Referenced by Arcane::Real2::abs2(), Arcane::Real2::absolute(), Arcane::Real2::add(), Arcane::Real2Proxy::add(), Arcane::Real2::addSame(), Arcane::Real2::assign(), Arcane::Real2::assign(), Arcane::Real2::assign(), Arcane::Real2Proxy::assign(), Arcane::Real2::div(), Arcane::Real2Proxy::div(), Arcane::Real2::divSame(), Arcane::math::dot(), Arcane::math::doubleContraction(), Arcane::math::isNearlyZero(), Arcane::math::max(), Arcane::math::min(), Arcane::Real2::mul(), Arcane::Real2Proxy::mul(), Arcane::Real2::mulSame(), Arcane::Real2::operator*, Arcane::Real2::operator*(), Arcane::Real2::operator*, Arcane::Real2Proxy::operator*(), Arcane::Real2::operator*=(), Arcane::Real2::operator+(), Arcane::Real2Proxy::operator+(), Arcane::Real2::operator-(), Arcane::Real2::operator-(), Arcane::Real2Proxy::operator-(), Arcane::Real2::operator/(), Arcane::Real2::operator/, Arcane::Real2Proxy::operator/(), Arcane::Real2::operator/=(), Arcane::Real2::operator<, Arcane::Real2::operator=(), Arcane::Real2::operator==(), Arcane::Real2Proxy::operator==(), Arcane::Real2::print(), Arcane::Real2::printXy(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real2::Real2(), Arcane::Real3::Real3(), Arcane::Real2::reset(), Arcane::math::scaMul(), Arcane::math::squareNormL2(), Arcane::Real2::squareNormL2(), Arcane::Real2::sub(), Arcane::Real2Proxy::sub(), and Arcane::Real2::subSame().