inverse_transform: Apply the inverse of an invertible transformation
Description
Apply the inverse of an invertible transformation
Usage
inverse_transform(iform, A)
Value
The inverse transformed matrix.
Arguments
- iform
An Invertiform object describing the transformation.
- A
A matrix to inverse transform.