FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void eraPvppv
(
double
a
[2][3],
double
b
[2][3],
double
apb
[2][3]
)
Definition at line
3
of file
pvppv.c
.
References
eraPpp()
.
Referenced by
t_pvppv()
.
28
{
29
eraPpp
(a[0], b[0], apb[0]);
30
eraPpp
(a[1], b[1], apb[1]);
31
32
return
;
33
34
}
eraPpp
void eraPpp(double a[3], double b[3], double apb[3])
Definition:
ppp.c:3
Here is the call graph for this function:
Here is the caller graph for this function:
erfa
src
erfa.h
Generated on Sun Sep 18 2016 20:50:34 for FACT++ by
1.8.11