File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -70,11 +70,12 @@ \subsection{Complex \dft}
70
70
On the other hand, the implementation of \verb |bsl_dft | allows, in principle, to
71
71
compute \dft s
72
72
for any complex type as long as it has the essential complex
73
- algebraic methods plus sine and cosine function for its internal real value type.
73
+ algebraic methods plus sine and cosine functions for its internal real
74
+ \verb |value_type |.
74
75
\verb |bsl_dft | can handle, for instance besides the previously mentioned complex types,
75
- also the family of \verb |boost::multiprecision:: cpp_complex |
76
- and \verb |boost::multiprecision:: mpc_complex | based on \verb |cpp_bin_float | and
77
- \verb |mpfr | real types respectively; eg.
76
+ also the family of \verb |boost::multiprecision |'s \verb | cpp_complex |
77
+ and \verb |mpc_complex | based on \verb |cpp_bin_float | and
78
+ \verb |mpfr_float_backend | real types respectively; eg.
78
79
\verb |cpp_complex_50 |,
79
80
\verb |cpp_complex_quad | and
80
81
\verb |mpc_complex_50 |.
You can’t perform that action at this time.
0 commit comments