Skip to content

Commit

Permalink
Add docstring for AbstractAffineMap
Browse files Browse the repository at this point in the history
  • Loading branch information
abhro committed Jun 15, 2024
1 parent a0b7026 commit 1527061
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/affine.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
"""
abstract type AbstractAffineMap <: Transformation
`AbstractAffineMap` is the supertype of all affine transformations,
including linear transformations.
"""
abstract type AbstractAffineMap <: Transformation end

"""
Expand Down

0 comments on commit 1527061

Please sign in to comment.