JuliaMath / JuliaMath/NumericalIntegration.jl

`dims` ordering

Open
#48 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Julia
Stars
66
Forks
19
PR merge metrics
No merged PRs in 30d

Description

Hi,

Is there a reason `dims` is ordered differently than the multi-dimensional arrays? I have to do:

```julia
julia> x=1:3
julia> y=1:5
julia> Z = randn(3, 5)
julia> integrate(x, Z; dims=2) # instead of `dims=1`
julia> integrate(y, Z; dims=1) # instead of `dims=2`
```
Thanks!

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.