#include "GaudiKernel/StatusCode.h"
#include "TrkAlgebraUtils/AlSymMat.h"
#include "TrkAlgebraUtils/AlSpaMat.h"
#include "TrkAlgebraUtils/AlVec.h"
#include "TrkAlgebraUtils/AlMat.h"
#include <algorithm>
#include <cfloat>
#include <cmath>
#include <cstdint>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <stdexcept>
#include <TMatrixDSparse.h>
Go to the source code of this file.
|
| Trk |
| Ensure that the ATLAS eigen extensions are properly loaded.
|
|
|
void | dsptrf_ (char *, const int *, double *, int *, int *) |
|
void | dsptri_ (char *, const int *, double *, int *, double *, int *) |
|
void | dspev_ (char *, char *, const int *, double *, double *, double *, const int *, double *, int *) |
|
◆ dspev_()
void dspev_ |
( |
char * |
, |
|
|
char * |
, |
|
|
const int * |
, |
|
|
double * |
, |
|
|
double * |
, |
|
|
double * |
, |
|
|
const int * |
, |
|
|
double * |
, |
|
|
int * |
|
|
) |
| |
◆ dsptrf_()
void dsptrf_ |
( |
char * |
, |
|
|
const int * |
, |
|
|
double * |
, |
|
|
int * |
, |
|
|
int * |
|
|
) |
| |
◆ dsptri_()
void dsptri_ |
( |
char * |
, |
|
|
const int * |
, |
|
|
double * |
, |
|
|
int * |
, |
|
|
double * |
, |
|
|
int * |
|
|
) |
| |