Skip to content

Commit eeea5ff

Browse files
authored
fix dev doc error (#346)
1 parent d3e5107 commit eeea5ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -116,17 +116,17 @@ julia> E = ApplyArray(exp, [1 2; 3 4])
116116
51.969 74.7366
117117
112.105 164.074
118118
```
119+
119120
A lazy matrix exponential is useful for, say, in-place matrix-exponential*vector:
120121
```julia
121122
julia> b = Vector{Float64}(undef, 2); b .= @~ E*[4,4]
122123
2-element Array{Float64,1}:
123124
506.8220830628333
124125
1104.7145995988594
125126
```
126-
While this works, it is not actually optimised (yet).
127+
While this works, it is not actually optimised (yet).
127128

128-
Other options do have special implementations that make them fast. We
129-
now give some examples.
129+
Other options do have special implementations that make them fast. We now give some examples.
130130

131131

132132
### Concatenation

0 commit comments

Comments
 (0)