ATLAS Offline Software
Loading...
Searching...
No Matches
FullMtx.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
8#ifndef TRKVKALVRTCORE_FULLMTX_H
9#define TRKVKALVRTCORE_FULLMTX_H
10
12
13namespace Trk {
14
15void FullMTXfill(VKVertex * vk, double * ader);
16int FullMCNSTfill(VKVertex * vk, double * ader, double * LSide);
17} // namespace Trk
18
19#endif
20
Ensure that the ATLAS eigen extensions are properly loaded.
void FullMTXfill(VKVertex *vk, double *ader)
Definition FullMtx.cxx:19
int FullMCNSTfill(VKVertex *vk, double *ader, double *LSide)
Definition FullMtx.cxx:81