toCached property
Implementation
@override
CachedGroupElement get toCached =>
CachedGroupElement(yPlusX: Y + X, yMinusX: Y - X, z: Z, t2d: T * d2);
@override
CachedGroupElement get toCached =>
CachedGroupElement(yPlusX: Y + X, yMinusX: Y - X, z: Z, t2d: T * d2);