Метод | Описание | |
---|---|---|
DotOperator ( |
Creates a new dot operator (e.g. .*, ./, ...).
|
|
Operation ( |
Implementation of the operation.
|
|
Perform ( |
Performs the evaluation of the dot operator.
|
Метод | Описание | |
---|---|---|
Dot ( |
Performs an operation on each entry of the left and right matrix.
|
|
Dot ( |
Performs an operation on each entry of the left matrix.
|
|
Dot ( |
Performs an operation on each entry of the right matrix.
|
protected Dot ( |
||
left | The left matrix. | |
right | The right matrix. | |
Результат |
protected Dot ( |
||
left | The left matrix. | |
right | The right scalar. | |
Результат |
protected Dot ( |
||
left | The left scalar. | |
right | The right matrix. | |
Результат |
public DotOperator ( |
||
top | The binary operator on which this is based. | |
Результат | YAMP.Exceptions |
public abstract Operation ( |
||
left | The left scalar. | |
right | The right scalar. | |
Результат |
public Perform ( |
||
left | The left value. | |
right | The right value. | |
Результат |