Handbook
Glossary
matrix-exponential-simd-benchmark ( -- )
Vocabulary
benchmark
.
matrix-exponential-simd
Inputs
None
Outputs
None
Definition
USING:
math
math.matrices.simd
prettyprint
;
IN:
benchmark.matrix-exponential-simd
::
matrix-exponential-simd-benchmark
( -- )
f
:>
result! 10000
[
identity-matrix4
20
e^m4
result!
]
times
result
.
;