mars-project / mars-project/mars
Implements `mars.tensor.kron`
Open
mod: tensor
type: feature
- Dominant language
- Python
- Stars
- 2.7k
- Forks
- 325
- PR merge metrics
- No merged PRs in 30d
Description
Implements Kronecker product for tensors, just as `numpy.kron` does. This is required by module `tensorly`.
Contributor guide
Research direction
Start at the mars.tensor.kron entry point and compare its intended behavior with numpy.kron. Check how tensorly requires this operation, then verify that the result matches NumPy's Kronecker-product behavior and supports that dependency.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- numpy, python
- Domain
- data
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100