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.74.9654.0
C#
public static class Elements
Inheritance
Object    Elements

Methods

TryArraysHandling Defining matrix/vector element in array-like approach.
TryGetElementByIndex Retrieves 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