Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
Aleph::FFT< Real >::JacobiValues Struct Reference

Value triplet for Jacobi elliptic functions (sn, cn, dn). More...

Public Attributes

Real sn = Real(0)
 
Real cn = Real(1)
 
Real dn = Real(1)
 

Detailed Description

template<std::floating_point Real = double>
struct Aleph::FFT< Real >::JacobiValues

Value triplet for Jacobi elliptic functions (sn, cn, dn).

Definition at line 2385 of file fft.H.

Member Data Documentation

◆ cn

template<std::floating_point Real = double>
Real Aleph::FFT< Real >::JacobiValues::cn = Real(1)

◆ dn

template<std::floating_point Real = double>
Real Aleph::FFT< Real >::JacobiValues::dn = Real(1)

Definition at line 2389 of file fft.H.

Referenced by Aleph::FFT< Real >::jacobi_sn_cn_dn().

◆ sn

template<std::floating_point Real = double>
Real Aleph::FFT< Real >::JacobiValues::sn = Real(0)

The documentation for this struct was generated from the following file: