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.2.9018.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 
TrySetElementsByIndex Присваивание значения элементу матрицы, системы или линии с помощью функции el(;;)

See Also