Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dkarrasch committed Dec 10, 2020
1 parent f96db00 commit a9c8ec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/custom.jl
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ mul!(similar(x)', x', A)
# ## Application to matrices

# By default, applying a `LinearMap` `A` to a matrix `X` via `A*X` does
# *not* aplly `A` to each column of `X` viewed as a vector, but interprets
# *not* apply `A` to each column of `X` viewed as a vector, but interprets
# `X` as a linear map, wraps it as such and returns `(A*X)::CompositeMap`.
# Calling the in-place multiplication function `mul!(Y, A, X)` for matrices,
# however, does compute the columnwise action of `A` on `X` and stores the
Expand Down

0 comments on commit a9c8ec5

Please sign in to comment.