Jpp  18.1.0
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_t.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 344 of file JKatoomba_t.hh.

Constructor & Destructor Documentation

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

Definition at line 347 of file JKatoomba_t.hh.

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

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