struct LinProg::LinearCombination
- LinProg::LinearCombination
- Struct
- Value
- Object
Defined in:
linprog/variable.crConstructors
Instance Method Summary
- #*(x : Number)
- #+(x : Number)
- #+(other : LinearCombination)
- #+(other : Variable)
- #-(x : Number)
- #-(other : Variable)
- #-(other : LinearCombination)
- #-
- #/(x : Number)
- #<=(other)
- #>=(other)
- #c : Float64
- #c=(c : Float64)
- #cleanup
- #clone
- #eq(other)
-
#k : Hash(LinProg::Variable, Float64)
TODO - true stack allocation
- #value : Float64