public static class Elements
Public NotInheritable Class Elements
public ref class Elements abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type Elements = class end
TryArraysHandling | Defining matrix/vector element in array-like approach. |
TryGetElementByIndex | Retreives matrix/vector element by index. |
TryMultiHandling | Handles definitions like [a,b]:=[x,y]. |
TrySetElementsByIndex | Handles assignment to an element of a matrix, a vector or a system via function el(;;) (i.e. El). |