FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void eraPvmpv
(
double
a
[2][3],
double
b
[2][3],
double
amb
[2][3]
)
Definition at line
3
of file
pvmpv.c
.
References
eraPmp()
.
Referenced by
t_pvmpv()
.
28
{
29
eraPmp
(a[0], b[0], amb[0]);
30
eraPmp
(a[1], b[1], amb[1]);
31
32
return
;
33
34
}
eraPmp
void eraPmp(double a[3], double b[3], double amb[3])
Definition:
pmp.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