Jpp
18.0.0-rc.4
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 | |
JMATH | |
Auxiliary classes and methods for mathematical operations. | |
JPP | |
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES). | |
Functions | |
void | JMATH::randomize (JMatrix1D *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix2D *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix3D *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix4D *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix5D *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix1S *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix2S *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix3S *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix4S *p) |
Randomize matrix. More... | |
void | JMATH::randomize (JMatrix5S *p) |
Randomize matrix. More... | |