geP3Dbl static method

void geP3Dbl(
  1. GroupElementP1P1 r,
  2. GroupElementP3 p
)

Implementation

static void geP3Dbl(GroupElementP1P1 r, GroupElementP3 p) {
  final GroupElementP2 q = GroupElementP2();
  geP3ToP2(q, p);
  geP2Dbl(r, q);
}