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 cda88dc commit 47cba39Copy full SHA for 47cba39
README.md
@@ -247,7 +247,7 @@ constructor described above.
247
`AbstractMatrix` will automatically be converted to a `WrappedMap` when it is
248
combined with other `AbstractLinearMap` objects via linear combination or
249
composition (multiplication). Note that `WrappedMap(mat1)*WrappedMap(mat2)`
250
- will never evaluate `mat1*mat2`, since this is more costly then evaluating
+ will never evaluate `mat1*mat2`, since this is more costly than evaluating
251
`mat1*(mat2*x)` and the latter is the only operation that needs to be performed
252
by `LinearMap` objects anyway. While the cost of matrix addition is comparable
253
to matrix vector multiplication, this too is not performed explicitly since
0 commit comments