Function OrbitUtils::transport_mtrx(Bunch *, Bunch *, Matrix *)# Defined in File ParticlesWithIdFunctions.cc Function Documentation# int OrbitUtils::transport_mtrx(Bunch *bunch_in, Bunch *bunch_out, Matrix *A_mtr)# Calculates transport matrix A: x_out = A*x_in +b. A is a 7x7 matrix. The last column of A is the b vector. It returns 0 if unsuccessful or the size of the statistics otherwise.