We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6abde commit 3761327Copy full SHA for 3761327
src/systems/diffeqs/sdesystem.jl
@@ -271,31 +271,6 @@ function __get_num_diag_noise(mat)
271
end
272
273
274
-# function __num_isdiag_noise(mat)
275
-# for j in axes(mat, 2)
276
-# nnz = 0
277
-# for i in axes(mat, 1)
278
-# if !isequal(mat[i, j], 0)
279
-# nnz += 1
280
-# end
281
282
-# if nnz > 1
283
-# return false
284
285
286
-# true
287
288
-# function __get_num_diag_noise(mat)
289
-# map(axes(mat, 2)) do j
290
291
292
-# return mat[i, j]
293
294
295
-# 0
296
297
298
-
299
function generate_diffusion_function(sys::SDESystem, dvs = unknowns(sys),
300
ps = full_parameters(sys); isdde = false, kwargs...)
301
eqs = get_noiseeqs(sys)
0 commit comments