I am so sorry for the unclear question.
So my class is defining the four vector for an event as this
X = (ct, x, y, z) (first is time * c, last 3 are spatial components)
dX/dt = (c, dx/dt, dy/dt, dz/dt)
V = dX/dT = dX/dt * dt/dT = (c/sqrt(1-v^2/c^2), v/sqrt(1 - v^2/c^2))
dt/dT is derived from...