Elements Class

Allows to handle most often used operations with el() function.

Definition

Namespace: SMath.Math
Assembly: SMath.Controls (in SMath.Controls.dll) Version: 1.73.9126.0
C#
public static class Elements
Inheritance
Object    Elements

Methods

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).

See Also