MultivariateElement
final class MultivariateElement<Value>(y:Expression<Value[_]>, i:Integer) < ScalarExpression<Value>
Lazy access of a vector element.
Factory Functions
Name | Description |
---|---|
MultivariateElement | Lazy access of a vector element. |
MultivariateElement | Lazy access of a vector element. |
MultivariateElement | Lazy access of a vector element. |
Member Variables
Name | Description |
---|---|
y:Expression<Value[_]>? | Argument. |
i:Integer | Element. |
Factory Function Details
function MultivariateElement(y:Expression<Real[_]>, i:Integer) -> MultivariateElement<Real>
Lazy access of a vector element.
function MultivariateElement(y:Expression<Integer[_]>, i:Integer) -> MultivariateElement<Integer>
Lazy access of a vector element.
function MultivariateElement(y:Expression<Boolean[_]>, i:Integer) -> MultivariateElement<Boolean>
Lazy access of a vector element.