plus

Arithmetic addition. The left-hand-side and the right-hand-side will be added element-by-element.

Return

The expression of the addition operation.

Parameters

other

the tensor added to this tensor.

Throws

If the tensors do not have the same shape, or this tensor or the other tensor is not a matrix.


Arithmetic addition. The left-hand-side tensor and the matrix evaluated from the right-hand-side expression will be added element-by-element.

Return

The expression of the addition operation.

Parameters

other

the matrix evaluated from the tensor arithmetic expression added to this tensor.

Throws

If the tensor and expression do not have the same shape, or this tensor is not a matrix.


Arithmetic addition. The matrix evaluated from the left-hand-side expression and the right-hand-side tensor will be added element-by-element.

Return

The expression of the addition operation.

Parameters

other

the tensor added to the matrix evaluated from this expression.

Throws

If the expression and tensor do not have the same shape, or the other tensor is not a matrix.


Arithmetic addition. The matrices evaluated from the left-hand-side and the right-hand-side expressions will be added element-by-element.

Return

The expression of the addition operation.

Parameters

other

the matrix evaluated from the tensor arithmetic expression added to the matrix evaluated from this expression.

Throws

If the expressions do not have the same shape.


Arithmetic addition. The tensor will be added element-by-element with a scalar value.

Return

The expression of the addition operation.

Parameters

other

the scalar value added to this tensor.

Throws

If this tensor is not a matrix.


Arithmetic addition. The matrix evaluated from the tensor expression will be added element-by-element with a scalar value.

Return

The expression of the addition operation.

Parameters

other

the scalar value added to the matrix evaluated from this expression.


Arithmetic addition. A scalar value will be added element-by-element to the tensor.

Return

The expression of the addition operation.

Parameters

other

the tensor to which the scalar value is added.

Throws

If the other tensor is not a matrix.


Arithmetic addition. A scalar value will be added element-by-element to the matrix evaluated from the tensor expression.

Return

The expression of the addition operation.

Parameters

other

the matrix evaluated from the tensor expression to which the scalar value is added.