#include "spice.h"
#include <stdio.h>
#include <math.h>
#include "util.h"
#include "ltradefs.h"
#include "sperror.h"
Go to the source code of this file.
static double ltra_interp |
( |
| ) |
|
|
static |
Definition at line 555 of file ltraload.c.
576 if ((ret <= max) && (ret >= min))
static int ltra_lin_interp |
( |
| ) |
|
|
static |
static int ltra_lin_interp |
( |
double |
t, |
|
|
struct ltrastuff * |
ls |
|
) |
| |
|
static |
Definition at line 323 of file ltraload.c.
330 double v1d, v2d, i1d, i2d;
331 double dummy1, dummy2;
static double ltra_interp()
double LTRAh3dashFirstCoeff
double * LTRAh3dashCoeffs
double * LTRAh1dashCoeffs
double LTRAh1dashFirstCoeff
static int ltra_quad_interp |
( |
| ) |
|
|
static |
static int ltra_quad_interp |
( |
double |
t, |
|
|
struct ltrastuff * |
ls |
|
) |
| |
|
static |
Definition at line 37 of file ltraload.c.
48 double dummy1, dummy2;
93 if ((i != 0) && ls.ls_qinterp) {
278 double tol, A1, A2 , rt, at;
#define LTRA_MOD_MIXEDINTERP
double LTRAh3dashFirstCoeff
struct sLTRAinstance * LTRAnextInstance
void LTRArlcCoeffsSetup()
static int ltra_lin_interp()
LTRAinstance * LTRAinstances
static int ltra_quad_interp()
struct sLTRAmodel * LTRAnextModel
#define LTRA_MOD_QUADINTERP
double LTRAh1dashFirstCoeff