We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dfc6e8e commit 72238a6Copy full SHA for 72238a6
docs/src/types.md
@@ -49,7 +49,7 @@ right.
49
50
Type for representing a scalar multiple of the identity map (a.k.a. uniform
51
scaling) of a certain size `M=N`, obtained simply as `LinearMap(λI, M)`,
52
-where `I` is the `LinearAlgreba.UniformScaling` object.
+where `I` is the `LinearAlgebra.UniformScaling` object.
53
The type `T` of the resulting `LinearMap` object is inferred from the type of
54
`λ`. A `UniformScalingMap` of the correct size will be automatically
55
constructed if `LinearMap` objects are multiplied by scalars from the left
0 commit comments