15int main(
int argc,
char**argv)
32 catch(
const exception &error) {
33 FATAL(error.what() << endl);
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);
55 DEBUG(
"C" << endl << C << endl);
57 ASSERT(C.isIdentity(precision));
Base class for data structures with artithmetic capabilities.
General purpose messaging.
#define DEBUG(A)
Message macros.
#define ASSERT(A,...)
Assert macro.
Utility class to parse command line options.
#define make_field(A,...)
macro to convert parameter to JParserTemplateElement object
int main(int argc, char **argv)
Singular value decomposition.
const JMatrix3D & invert(const double precision=1.0e-12) const
Get inverted matrix.
void decompose(const JMatrix3D &A)
Decompose given matrix.
Utility class to parse command line options.
This name space includes all other name spaces (except KM3NETDAQ, KM3NET and ANTARES).