minus

Arithmetic subtraction. The right-hand-side tensor will be subtracted from the left-hand-side tensor element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the tensor subtracted from this tensor.

Throws

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


Arithmetic subtraction. The matrix evaluated from the right-hand-side expression will be subtracted from the left-hand-side tensor element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the matrix evaluated from the tensor arithmetic expression subtracted from this tensor.

Throws

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


Arithmetic subtraction. The right-hand-side tensor will be subtracted from the matrix evaluated from the left-hand-side expression element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the tensor subtracted from 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 subtraction. The matrix evaluated from the right-hand-side expression will be subtracted from the matrix evaluated from the left-hand-side expression element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the matrix evaluated from the tensor arithmetic expression subtracted from the matrix evaluated from this expression.

Throws

If the expressions do not have the same shape.


Arithmetic subtraction. A scalar value will be subtracted from the matrix evaluated from the tensor expression element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the scalar value subtracted from the matrix evaluated from this expression.


Arithmetic subtraction. A scalar value will be subtracted from the tensor element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the scalar value subtracted from this tensor.

Throws

If this tensor is not a matrix.


Arithmetic subtraction. The matrix evaluated from the tensor expression will be subtracted from a scalar value element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the matrix evaluated from the tensor expression subtracted from this scalar value.


Arithmetic subtraction. The tensor will be subtracted from a scalar value element-by-element.

Return

The expression of the subtraction operation.

Parameters

other

the tensor subtracted from this scalar value.

Throws

If the other tensor is not a matrix.