33 return Matrix.ConjugateTranspose();
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.
Conjugate Transpose operator.
ConjugateTranspose(ScriptNode Operand, int Start, int Length, Expression Expression)
Conjugate Transpose operator.
override IElement Evaluate(IElement Operand, Variables Variables)
Evaluates the node, using the variables provided in the Variables collection.
static IMatrix Encapsulate(ICollection< IElement > Rows, ScriptNode Node)
Encapsulates the elements of a matrix.
Basic interface for all types of elements.
Basic interface for matrices.
IMatrix ConjugateTranspose()
Returns a conjugate transposed matrix.
Basic interface for vectors.