Linear transformations in R^N or C^N. Wraps the functionality of Matrix to be able to easitly multiply matrixes with vectors (classes inheriting from AbstractVector). A LinTrans holds a matrix that represents the linear transformation.
matrix |
2D rotation linear transformation for angle theta.
the matrix that represents the transformation.
Linear transformation and scalar multiplication.
addition between linear transformations.
subtraciton between linear transformations.
determinant of the transformation.
inverse transformation.