control-toolbox / control-toolbox/CTParser.jl
[Dev] scalar vs vect again
Open
internal dev
- Dominant language
- Julia
- Stars
- 3
- Forks
- 0
- Avg merge
- 4h 22m
- Merged PRs (30d)
- 2
Description
treat differently `v/x/u in R` (is scalar, indeed) and `in R^1` (then keep vector) ~~since in the case `in R^n`, `n` cannot be evaluated during parsing so `n == 1` cannot be checked~~
ACTUALLY NO: dim information must indeed be (and is) known during parsing (and can be stored in `p.is_scalar_v/x`...)
Contributor guide
Assessment
This issue has not been assessed yet.