FNFT
Loading...
Searching...
No Matches
Functions

Computes the polynomial approximation of the combined scattering matrix. More...

#include "fnft__nse_discretization.h"
#include "fnft__akns_fscatter.h"
Include dependency graph for fnft__nse_fscatter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FNFT_UINT fnft__nse_fscatter_numel (FNFT_UINT D, fnft_nse_discretization_t discretization)
 Returns the length of transfer_matrix to be allocated based on the number of samples and discretization.
 
FNFT_INT fnft__nse_fscatter (const FNFT_UINT D, FNFT_COMPLEX const *const q, FNFT_COMPLEX const *const r, const FNFT_REAL eps_t, FNFT_COMPLEX *const result, FNFT_UINT *const deg_ptr, FNFT_INT *const W_ptr, fnft_nse_discretization_t const discretization)
 Fast computation of polynomial approximation of the combined scattering matrix.
 

Detailed Description

Computes the polynomial approximation of the combined scattering matrix.