linear matrix combination
Open
feature request
- Dominant language
- Julia
- Stars
- 595
- Forks
- 124
- Avg merge
- 4h 38m
- Merged PRs (30d)
- 2
Description
I would like to form a linear matrix combination of the form x1A1 + ... + xnAn, by doing:
dot([A1, ..., An], Variable(n))
However when I try to do this I get the error:
ERROR: `isless` has no method matching isless(::Array{Float64,2}, ::Int64)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.