Idris2Doc : Data.NumIdr.Transform.Linear

Data.NumIdr.Transform.Linear

(source)

Definitions

Linear : Nat->Type->Type
  A linear transform can contain any invertible linear map.

Totality: total
Visibility: public export
isLinear : FieldCmpa=>HMatrix'na->Bool
  Determine if a homogeneous matrix represents a linear transform.

Totality: total
Visibility: export
fromHMatrix : FieldCmpa=>HMatrix'na->Maybe (Linearna)
  Try to construct a linear transform from a homogeneous matrix.

Totality: total
Visibility: export
fromMatrix : FieldCmpa=>Matrix'na->Maybe (Linearna)
  Try to construct a linear transform from a matrix.
This will fail if the matrix is not invertible.

Totality: total
Visibility: export