using syten::CDef = typedef HighPrec |
The scalar type used in CGC tensors, see also Scalar types.
CDef
will support only real-only types (i.e., std::complex<CDef>
will generically not work) and is assumed to have at least as many digits of precision as SRDef
and a comparable range in orders of magnitude.