| 
    Jpp test-rotations-new
    
   the software that should make you happy 
   | 
 
#include "TRandom3.h"#include "JMath/JMatrix1D.hh"#include "JMath/JMatrix2D.hh"#include "JMath/JMatrix3D.hh"#include "JMath/JMatrix4D.hh"#include "JMath/JMatrix5D.hh"#include "JMath/JMatrix1S.hh"#include "JMath/JMatrix2S.hh"#include "JMath/JMatrix3S.hh"#include "JMath/JMatrix4S.hh"#include "JMath/JMatrix5S.hh"#include "JMath/JRandom.hh"Go to the source code of this file.
Namespaces | |
| namespace | JMATH | 
| Auxiliary classes and methods for mathematical operations.  | |
| namespace | JPP | 
| This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).  | |
Functions | |
| void | JMATH::randomize (JMatrix1D *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix2D *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix3D *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix4D *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix5D *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix1S *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix2S *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix3S *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix4S *p) | 
| Randomize matrix.   | |
| void | JMATH::randomize (JMatrix5S *p) | 
| Randomize matrix.   | |