Subtyping FieldVector from StaticArrays.jl
|
|
2
|
54
|
March 25, 2025
|
Writing code that works allocation-free on both vectors and SVectors
|
|
6
|
84
|
March 17, 2025
|
Avoiding allocations in jacobian system
|
|
2
|
58
|
February 27, 2025
|
`eigen` with `sortby` does not work for `StaticArrays`
|
|
1
|
98
|
February 8, 2025
|
How to use size type as lower precision in Static Arrays?
|
|
1
|
64
|
February 1, 2025
|
StaticArrays solve symmetric linear system - seems typeinstable
|
|
2
|
53
|
January 10, 2025
|
How to apply fft to an array of static arrays?
|
|
4
|
104
|
December 24, 2024
|
Sample StaticVectors with Distributions.jl
|
|
2
|
91
|
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
|
71
|
November 18, 2024
|
Allocations MVectors
|
|
10
|
76
|
October 27, 2024
|
Loop over array of static arrays
|
|
12
|
138
|
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
|
207
|
September 25, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
175
|
September 23, 2024
|
Fill SVector with uniformly sampled Float32 values
|
|
5
|
72
|
September 14, 2024
|
Correct way to benchmark StaticVectors
|
|
4
|
148
|
September 13, 2024
|
SVectors + @reset from Accessors: Strange Benchmarks
|
|
31
|
274
|
September 13, 2024
|
Allocation-free weighted samples
|
|
12
|
237
|
September 12, 2024
|
Clever design for basis arrays
|
|
3
|
131
|
September 6, 2024
|
Matrix of SVectors allocating
|
|
7
|
275
|
August 2, 2024
|
How do I convert a large Array to a StaticArray
|
|
8
|
149
|
August 22, 2024
|
Performance vs notation tradeoff: DataFrame vs AxisArray vs StaticArray vs?
|
|
2
|
232
|
August 20, 2024
|
Memory best practices in Julia with Arrays vs Vectors
|
|
19
|
679
|
August 18, 2024
|
StaticArray using generator
|
|
6
|
75
|
August 16, 2024
|
Wrapper type of static array, how to expose iterator
|
|
4
|
55
|
August 14, 2024
|
Ray Tracing in a week-end - Julia vs SIMD-optimized C++
|
|
81
|
13799
|
August 9, 2024
|
How to dispatch on an SVector?
|
|
2
|
91
|
August 5, 2024
|