Jspice3
Main Page
Data Structures
Files
File List
Globals
equalder.c
Go to the documentation of this file.
1
/**********
2
Copyright 1990 Regents of the University of California. All rights reserved.
3
Author: 1989 Jaijeet S. Roychowdhury
4
**********/
5
6
#include "
spice.h
"
7
#include <math.h>
8
9
#define JOB char
10
#include "
distodef.h
"
11
12
/*
13
* EqualDeriv equates partial derivatives.
14
*/
15
16
void
17
EqualDeriv
(
new
, old)
18
Dderivs
*new, *old;
19
{
20
21
new
->
value
= old->value;
22
new
->d1_p = old->d1_p;
23
new
->d1_q = old->d1_q;
24
new
->d1_r = old->d1_r;
25
new
->d2_p2 = old->d2_p2 ;
26
new
->d2_q2 = old->d2_q2 ;
27
new
->d2_r2 = old->d2_r2 ;
28
new
->d2_pq = old->d2_pq ;
29
new
->d2_qr = old->d2_qr ;
30
new
->d2_pr = old->d2_pr ;
31
new
->d3_p3 = old->d3_p3 ;
32
new
->d3_q3 = old->d3_q3 ;
33
new
->d3_r3 = old->d3_r3 ;
34
new
->d3_p2r = old->d3_p2r ;
35
new
->d3_p2q = old->d3_p2q ;
36
new
->d3_q2r = old->d3_q2r ;
37
new
->d3_pq2 = old->d3_pq2 ;
38
new
->d3_pr2 = old->d3_pr2 ;
39
new
->d3_qr2 = old->d3_qr2 ;
40
new
->d3_pqr = old->d3_pqr ;
41
}
distodef.h
spice.h
Dderivs::value
double value
Definition:
distodef.h:66
Dderivs
Definition:
distodef.h:64
EqualDeriv
void EqualDeriv(Dderivs *new, Dderivs *old)
Definition:
equalder.c:17
src
lib
dev
disto
equalder.c
Generated by
1.8.11