FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
void eraZr
(
double
r
[3][3]
)
Definition at line
3
of file
zr.c
.
Referenced by
t_zr()
.
17
{
18
r[0][0] = 0.0;
19
r[0][1] = 0.0;
20
r[0][2] = 0.0;
21
r[1][0] = 0.0;
22
r[1][1] = 0.0;
23
r[1][2] = 0.0;
24
r[2][0] = 0.0;
25
r[2][1] = 0.0;
26
r[2][2] = 0.0;
27
28
return
;
29
30
}
Here is the caller graph for this function:
erfa
src
erfa.h
Generated on Sun Sep 18 2016 20:50:35 for FACT++ by
1.8.11