Jpp  18.0.0-rc.3
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
JACOUSTICS::TMatrixDS Struct Reference

Auxiliary data structure for compatibility of symmetric matrix. More...

#include <JKatoomba.hh>

Inheritance diagram for JACOUSTICS::TMatrixDS:

Public Member Functions

 TMatrixDS (int N)
 

Detailed Description

Auxiliary data structure for compatibility of symmetric matrix.

Inversion is based on SVD algorithm.

Definition at line 345 of file JKatoomba.hh.

Constructor & Destructor Documentation

JACOUSTICS::TMatrixDS::TMatrixDS ( int  N)
inline

Definition at line 348 of file JKatoomba.hh.

348  :
349  TMatrixD(N, N)
350  {}
then usage $script< input file >[option[primary[working directory]]] nWhere option can be N
Definition: JMuonPostfit.sh:36

The documentation for this struct was generated from the following file: