RowMajor Transform class
Submitted by Christoph Hertzberg
Assigned to Nobody
Link to original bugzilla bug (#190)
Version: 3.0
Description
Currently it is not possible to have a RowMajor Transform, because the RowMajor bit is ignored when passed as Option to Transform. Patch should be just to remove/replace
Options&DontAlign
when defining MatrixType in Transform class.
I guess this modification will not break any working code.