33 return Matrix.Transpose();
Class managing a script expression.
Base class for all nodes in a parsed script tree.
int Length
Length of expression covered by node.
int Start
Start position in script expression.
Base class for all unary operators.
ScriptNode Operand
Operand.
static IMatrix Encapsulate(ICollection< IElement > Rows, ScriptNode Node)
Encapsulates the elements of a matrix.
override IElement Evaluate(IElement Operand, Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
Transpose(ScriptNode Operand, int Start, int Length, Expression Expression)
Transpose operator.
Basic interface for all types of elements.
Basic interface for matrices.
Basic interface for vectors.