Skip to content

Commit 1527061

Browse files
committed
Add docstring for AbstractAffineMap
1 parent a0b7026 commit 1527061

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/affine.jl

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
"""
2+
abstract type AbstractAffineMap <: Transformation
3+
4+
`AbstractAffineMap` is the supertype of all affine transformations,
5+
including linear transformations.
6+
"""
17
abstract type AbstractAffineMap <: Transformation end
28

39
"""

0 commit comments

Comments
 (0)