#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.
Definition at line 20 of file ltraacld.c.
30 double y0_r, y0_i, lambda_r, lambda_i, mag, theta;
31 double exparg_r, exparg_i, explambda_r, explambda_i;
32 double y0exp_r, y0exp_i;
75 y0_r = mag*
cos(theta);
76 y0_i = mag*
sin(theta);
78 theta =
M_PI/2 - theta;
82 lambda_r = mag*
cos(theta);
83 lambda_i = mag*
sin(theta);
108 explambda_r = exp(exparg_r) *
cos(exparg_i);
109 explambda_i = exp(exparg_r) *
sin(exparg_i);
110 y0exp_r = y0_r*explambda_r - y0_i*explambda_i;
111 y0exp_i = y0_r*explambda_i + y0_i*explambda_r;
struct sLTRAinstance * LTRAnextInstance
LTRAinstance * LTRAinstances
struct sLTRAmodel * LTRAnextModel