Matrix

class Matrix

A Matrix is represented by rows and columns. The first index is the row, and the second is the column.

Subclassed by feasst::RotationMatrix

class RotationMatrix : public feasst::Matrix

Rotation matrices represent a rotation of a rigid body. They must be square with a unit determinant.