JuliaMath / JuliaMath/RandomMatrices.jl
support StaticArrays
Ouverte
- Langage dominant
- Julia
- Étoiles
- 94
- Forks
- 41
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
It would be nice if the various `rand(...)` functions supported returning an `SMatrix`, for example if `::Val{n}` is passed instead of `n::Integer`.
This improves performance and reduces memory allocations in cases where lots of small matrices need to be sampled. e.g. see [this example from discourse](https://discourse.julialang.org/t/code-speed-decreases-when-loop-number-increases/78920) which generates lots of 2x2 and 4x4 Haar-distributed unitary matrices.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.