Collecting into either `StaticArray` or `Array`
|
|
0
|
37
|
May 3, 2025
|
Why Are Statically Sized Arrays Immutable?
|
|
30
|
641
|
April 25, 2025
|
Vector of MVectors
|
|
9
|
125
|
April 21, 2025
|
Why does SMatrix allocate in this case?
|
|
3
|
133
|
April 8, 2025
|
Subtyping FieldVector from StaticArrays.jl
|
|
2
|
66
|
March 25, 2025
|
Writing code that works allocation-free on both vectors and SVectors
|
|
6
|
86
|
March 17, 2025
|
Avoiding allocations in jacobian system
|
|
2
|
59
|
February 27, 2025
|
`eigen` with `sortby` does not work for `StaticArrays`
|
|
1
|
105
|
February 8, 2025
|
How to use size type as lower precision in Static Arrays?
|
|
1
|
65
|
February 1, 2025
|
StaticArrays solve symmetric linear system - seems typeinstable
|
|
2
|
56
|
January 10, 2025
|
How to apply fft to an array of static arrays?
|
|
4
|
104
|
December 24, 2024
|
Sample StaticVectors with Distributions.jl
|
|
2
|
92
|
December 13, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
215
|
December 2, 2024
|
Using a runtime-length `SVector` within a closure allocates memory
|
|
6
|
93
|
November 24, 2024
|
Allocations even when using StaticArrays.jl
|
|
2
|
72
|
November 18, 2024
|
Allocations MVectors
|
|
10
|
80
|
October 27, 2024
|
Loop over array of static arrays
|
|
12
|
142
|
October 26, 2024
|
Allocations with StaticArrays and `+=` in Julia `v1.11`
|
|
6
|
340
|
October 26, 2024
|
Type alias interferes with construction
|
|
5
|
57
|
October 13, 2024
|
Block Diagonal Factorization Performance
|
|
1
|
209
|
September 25, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
181
|
September 23, 2024
|
Fill SVector with uniformly sampled Float32 values
|
|
5
|
72
|
September 14, 2024
|
Correct way to benchmark StaticVectors
|
|
4
|
149
|
September 13, 2024
|
SVectors + @reset from Accessors: Strange Benchmarks
|
|
31
|
276
|
September 13, 2024
|
Allocation-free weighted samples
|
|
12
|
242
|
September 12, 2024
|
Clever design for basis arrays
|
|
3
|
134
|
September 6, 2024
|
Matrix of SVectors allocating
|
|
7
|
278
|
August 2, 2024
|
How do I convert a large Array to a StaticArray
|
|
8
|
155
|
August 22, 2024
|
Performance vs notation tradeoff: DataFrame vs AxisArray vs StaticArray vs?
|
|
2
|
233
|
August 20, 2024
|
Memory best practices in Julia with Arrays vs Vectors
|
|
19
|
731
|
August 18, 2024
|