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])
116
116
51.969 74.7366
117
117
112.105 164.074
118
118
```
119
+
119
120
A lazy matrix exponential is useful for, say, in-place matrix-exponential* vector:
120
121
``` julia
121
122
julia> b = Vector {Float64} (undef, 2 ); b .= @~ E* [4 ,4 ]
122
123
2 - element Array{Float64,1 }:
123
124
506.8220830628333
124
125
1104.7145995988594
125
126
```
126
- While this works, it is not actually optimised (yet).
127
+ While this works, it is not actually optimised (yet).
127
128
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.
130
130
131
131
132
132
### Concatenation
You can’t perform that action at this time.
0 commit comments