Understanding typing rules
|
|
4
|
108
|
July 28, 2025
|
Unexpected behaviour when using Pluto with StaticArrays
|
|
2
|
93
|
July 14, 2025
|
Adding an SMatrix
|
|
3
|
129
|
June 25, 2025
|
Modifying subentries in a Vector{SVector}, @set and reinterpret
|
|
1
|
77
|
June 24, 2025
|
ODE model with preallocated MVectors and still compatible with AD/stiff solvers?
|
|
2
|
53
|
May 22, 2025
|
Collecting into either `StaticArray` or `Array`
|
|
0
|
49
|
May 3, 2025
|
Why Are Statically Sized Arrays Immutable?
|
|
30
|
1015
|
April 25, 2025
|
Vector of MVectors
|
|
9
|
158
|
April 21, 2025
|
Why does SMatrix allocate in this case?
|
|
3
|
145
|
April 8, 2025
|
Subtyping FieldVector from StaticArrays.jl
|
|
2
|
78
|
March 25, 2025
|
Writing code that works allocation-free on both vectors and SVectors
|
|
6
|
90
|
March 17, 2025
|
Avoiding allocations in jacobian system
|
|
2
|
59
|
February 27, 2025
|
`eigen` with `sortby` does not work for `StaticArrays`
|
|
1
|
119
|
February 8, 2025
|
How to use size type as lower precision in Static Arrays?
|
|
1
|
68
|
February 1, 2025
|
StaticArrays solve symmetric linear system - seems typeinstable
|
|
2
|
59
|
January 10, 2025
|
How to apply fft to an array of static arrays?
|
|
4
|
116
|
December 24, 2024
|
Sample StaticVectors with Distributions.jl
|
|
2
|
100
|
December 13, 2024
|
Static array multiplied by its adjoint seems to allocate
|
|
12
|
236
|
December 2, 2024
|
Using a runtime-length `SVector` within a closure allocates memory
|
|
6
|
96
|
November 24, 2024
|
Allocations even when using StaticArrays.jl
|
|
2
|
78
|
November 18, 2024
|
Allocations MVectors
|
|
10
|
102
|
October 27, 2024
|
Loop over array of static arrays
|
|
12
|
156
|
October 26, 2024
|
Allocations with StaticArrays and `+=` in Julia `v1.11`
|
|
6
|
349
|
October 26, 2024
|
Type alias interferes with construction
|
|
5
|
58
|
October 13, 2024
|
Block Diagonal Factorization Performance
|
|
1
|
220
|
September 25, 2024
|
Efficiently creating and updating a struct of SVectors
|
|
10
|
209
|
September 23, 2024
|
Fill SVector with uniformly sampled Float32 values
|
|
5
|
77
|
September 14, 2024
|
Correct way to benchmark StaticVectors
|
|
4
|
153
|
September 13, 2024
|
SVectors + @reset from Accessors: Strange Benchmarks
|
|
31
|
288
|
September 13, 2024
|
Allocation-free weighted samples
|
|
12
|
285
|
September 12, 2024
|