mat4.lookat matrix VS the view matrix?

Based on couple of webGL resources (links below) the mat4 lookat matrix is the actual matrix that converts the world coordinate into the view coordinates (so basically the view matrix). But in vtk.js source code I see that we do a final transpose (invert) to get the view matrix here. Am I missing something? Is this row vs column major thing?

[Resources]