Add a scalar
Open
question
- Dominant language
- Kotlin
- Stars
- 734
- Forks
- 51
- Avg merge
- 9h 52m
- Merged PRs (30d)
- 6
Description
Hello,
Coming from `numpy`, I'm missing adding a scalar: `mk[1, 2, 3] + 1.0`. I think it's even mentioned here: https://github.com/Kotlin/multik/issues/22#issuecomment-841212648
Contributor guide
Research direction
Start by tracing how multidimensional arrays handle the expression `mk[1, 2, 3] + 1.0`, then review the related discussion in issue #22. Add scalar support so this expression works consistently with array operations, and verify that the scalar result is correct across the relevant array shape.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- kotlin
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100