EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
initialize projection matrices More...
#include <acts/blob/sPHENIX/Core/include/Acts/EventData/detail/make_projection_matrix.hpp>
initialize projection matrices
columns | number of columns (= dimension of full parameter space) |
rows | template parameter pack containing the indices of the parameters to be projected |
This struct provides an initialization method for a projection matrix M such that only the entries with the given indices are selected from a full parameter vector. That means, M is a mapping M: (Nx1) –> (Sx1) if N is the total number of parameters and S is the number of given indices.
sizeof...(rows)
x columns) Definition at line 30 of file make_projection_matrix.hpp.
View newest version in sPHENIX GitHub at line 30 of file make_projection_matrix.hpp