#include <string>
#include <iostream>
#include <iomanip>
#include "TRandom3.h"
#include "JMath/JMath.hh"
#include "JMath/JSVD3D.hh"
#include "JMath/JMathTestkit.hh"
#include "Jeep/JParser.hh"
#include "Jeep/JMessage.hh"
Go to the source code of this file.
|
int | main (int argc, char **argv) |
|
int main |
( |
int |
argc, |
|
|
char ** |
argv |
|
) |
| |
Definition at line 15 of file JSVD3D.cc.
32 catch(
const exception &error) {
33 FATAL(error.what() << endl);
40 JMatrix3D
A = getRandom<JMatrix3D>();
46 DEBUG(
"A" << endl <<
A << endl);
47 DEBUG(
"U" << endl << svd.U << endl);
48 DEBUG(
"S" << endl << svd.S << endl);
49 DEBUG(
"V" << endl << svd.V << endl);
51 JMatrix3D
C = svd.invert();
55 DEBUG(
"C" << endl <<
C << endl);
57 ASSERT(
C.isIdentity(precision));
Utility class to parse command line options.
static const double C
Physics constants.
#define ASSERT(A,...)
Assert macro.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
source $JPP_DIR setenv csh $JPP_DIR &dev null eval JShellParser o a A
#define DEBUG(A)
Message macros.