Uses of Record Class
dk.jonaslindstrom.ruffini.elliptic.elements.ProjectivePoint
Packages that use ProjectivePoint
Package
Description
-
Uses of ProjectivePoint in dk.jonaslindstrom.ruffini.elliptic.elements
Methods in dk.jonaslindstrom.ruffini.elliptic.elements that return ProjectivePointModifier and TypeMethodDescriptionstatic <F> ProjectivePoint<F>
ProjectivePoint.pointAtInfinity
(Field<F> field) AffinePoint.toProjectivePoint
(Field<E> field) -
Uses of ProjectivePoint in dk.jonaslindstrom.ruffini.elliptic.structures
Methods in dk.jonaslindstrom.ruffini.elliptic.structures that return ProjectivePointModifier and TypeMethodDescriptionShortWeierstrassCurveProjective.add
(ProjectivePoint<E> p, ProjectivePoint<E> q) ShortWeierstrassCurveProjective.doubling
(ProjectivePoint<E> p) ShortWeierstrassCurveProjective.negate
(ProjectivePoint<E> p) ShortWeierstrassCurveProjective.zero()
Methods in dk.jonaslindstrom.ruffini.elliptic.structures with parameters of type ProjectivePointModifier and TypeMethodDescriptionShortWeierstrassCurveProjective.add
(ProjectivePoint<E> p, ProjectivePoint<E> q) ShortWeierstrassCurveProjective.doubling
(ProjectivePoint<E> p) boolean
ShortWeierstrassCurveProjective.equals
(ProjectivePoint<E> p, ProjectivePoint<E> q) ShortWeierstrassCurveProjective.negate
(ProjectivePoint<E> p) ShortWeierstrassCurveProjective.toString
(ProjectivePoint<E> p)