SRCovMx.h
Go to the documentation of this file.
1 #ifndef CAFSRCOVMX_H
2 #define CAFSRCOVMX_H
3 
4 namespace caf
5 {
6  class SRCovMx
7  {
8  public:
9  SRCovMx();
10 
11  float xx, xy, xz, yy, yz, zz;
12  };
13 }
14 
15 #endif
float xx
Definition: SRCovMx.h:11
float xy
Definition: SRCovMx.h:11
float yz
Definition: SRCovMx.h:11
Common Analysis Files.
Definition: SRGAr.h:13
float xz
Definition: SRCovMx.h:11
float yy
Definition: SRCovMx.h:11
float zz
Definition: SRCovMx.h:11