File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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+
119120A lazy matrix exponential is useful for, say, in-place matrix-exponential* vector:
120121``` julia
121122julia> b = Vector {Float64} (undef, 2 ); b .= @~ E* [4 ,4 ]
1221232 - 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
You can’t perform that action at this time.
0 commit comments