openCARP
Doxygen code documentation for the open cardiac electrophysiology simulator openCARP
Functions
iir.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

long double * binomial_mult (int n, long double *p)
 
long double * trinomial_mult (int n, long double *b, long double *c)
 
long double * dcof_bwlp (int n, long double fcf)
 
long double * dcof_bwhp (int n, long double fcf)
 
long double * dcof_bwbp (int n, long double f1f, long double f2f)
 
long double * dcof_bwbs (int n, long double f1f, long double f2f)
 
int * ccof_bwlp (int n)
 
int * ccof_bwhp (int n)
 
int * ccof_bwbp (int n)
 
long double * ccof_bwbs (int n, long double f1f, long double f2f)
 
long double sf_bwlp (int n, long double fcf)
 
long double sf_bwhp (int n, long double fcf)
 
long double sf_bwbp (int n, long double f1f, long double f2f)
 
long double sf_bwbs (int n, long double f1f, long double f2f)
 

Function Documentation

◆ binomial_mult()

long double* binomial_mult ( int  n,
long double *  p 
)

Definition at line 83 of file iir.c.

Here is the caller graph for this function:

◆ ccof_bwbp()

int* ccof_bwbp ( int  n)

Definition at line 397 of file iir.c.

Here is the caller graph for this function:

◆ ccof_bwbs()

long double* ccof_bwbs ( int  n,
long double  f1f,
long double  f2f 
)

Definition at line 426 of file iir.c.

◆ ccof_bwhp()

int* ccof_bwhp ( int  n)

Definition at line 377 of file iir.c.

Here is the caller graph for this function:

◆ ccof_bwlp()

int* ccof_bwlp ( int  n)

Definition at line 348 of file iir.c.

Here is the caller graph for this function:

◆ dcof_bwbp()

long double* dcof_bwbp ( int  n,
long double  f1f,
long double  f2f 
)

Definition at line 236 of file iir.c.

Here is the caller graph for this function:

◆ dcof_bwbs()

long double* dcof_bwbs ( int  n,
long double  f1f,
long double  f2f 
)

Definition at line 292 of file iir.c.

◆ dcof_bwhp()

long double* dcof_bwhp ( int  n,
long double  fcf 
)

Definition at line 224 of file iir.c.

Here is the caller graph for this function:

◆ dcof_bwlp()

long double* dcof_bwlp ( int  n,
long double  fcf 
)

Definition at line 178 of file iir.c.

Here is the caller graph for this function:

◆ sf_bwbp()

long double sf_bwbp ( int  n,
long double  f1f,
long double  f2f 
)

Definition at line 525 of file iir.c.

Here is the caller graph for this function:

◆ sf_bwbs()

long double sf_bwbs ( int  n,
long double  f1f,
long double  f2f 
)

Definition at line 561 of file iir.c.

◆ sf_bwhp()

long double sf_bwhp ( int  n,
long double  fcf 
)

Definition at line 493 of file iir.c.

Here is the caller graph for this function:

◆ sf_bwlp()

long double sf_bwlp ( int  n,
long double  fcf 
)

Definition at line 461 of file iir.c.

Here is the caller graph for this function:

◆ trinomial_mult()

long double* trinomial_mult ( int  n,
long double *  b,
long double *  c 
)

Definition at line 136 of file iir.c.

Here is the caller graph for this function: