Add function to create a LhsTransform
Add a function that creates a matrix P that can be multiplied from the left hand side with the provided Matrix A, i.e. P * A is well-formed. Analogous to createRhsTransform.
Add a function that creates a matrix P that can be multiplied from the left hand side with the provided Matrix A, i.e. P * A is well-formed. Analogous to createRhsTransform.