How to construct a 5x2 matrix?

I want to do a nolinear approximation with matrix calculation, but I can only find a class FMatrix which is 4by4, are there other classes can be used for matrix computation?

Thanks for your answer, I am trying to write my own matrix calculator right now, I have to say it’s a tought job…