Skip to content

Commit 88d4a78

Browse files
authored
make lowrankfun immutable (#233)
1 parent b1da7f6 commit 88d4a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Multivariate/LowRankFun.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ julia> L(0.1, 0.2) ≈ f(0.1, 0.2)
2525
true
2626
```
2727
"""
28-
mutable struct LowRankFun{S<:Space,M<:Space,SS<:AbstractProductSpace,T<:Number} <: BivariateFun{T}
28+
struct LowRankFun{S<:Space,M<:Space,SS<:AbstractProductSpace,T<:Number} <: BivariateFun{T}
2929
A::Vector{VFun{S,T}}
3030
B::Vector{VFun{M,T}}
3131
space::SS

0 commit comments

Comments
 (0)