Potential bug with diag
Open
documentation
- Dominant language
- C++
- Stars
- 607
- Forks
- 67
- Avg merge
- 3d 8h
- Merged PRs (30d)
- 1
Description
diag function does not seem to be working with greta arrays, e.g.:
N=100
xx=as_data(1)
dim(diag(xx,N,N))
produces
`[1] 1 1`
but should be
`[1] 100 100`
Contributor guide
Assessment
This issue has not been assessed yet.