ecdattr-class: An S4 class to represent the ecdattr row in the Elliptic Database (ECDB)
Description
The ecdattr class serves as an object-oriented interface
between R and ECDB. This class is used extensively during
the bootstrap process. A list of light-weight ecdattr
objects is created first by ecdattr.pairs function,
then the ecdattr.enrich function is invoked in parallel to calculate
additional ecd attributes.
Slots
call- the match.call slot
alpha- numeric
gamma- numeric. When cusp is 1,
gamma is derived. cusp- numeric, representing type of cusp. Only 0 (default) and 1 are allowed.
use.mpfr- logical, whether to use mpfr for ecd object.
enriched- logical. If
TRUE, it indicates the object has been enriched with ecd attributes. alpha_m- numeric,
alpha*1000000. gamma_m- numeric,
gamma*1000000. ecd- an object of ecd class.
attr- list of attributes. They are
NULL protected for SQLite.