/**
* Addition of a SymmetricTensor and a general Tensor of equal rank. The
- * result is a general Tensor.
+ * result is a general Tensor that has a number type that is compatible with the
+ * operation.
*
* @relates SymmetricTensor
*/
/**
* Addition of a general Tensor with a SymmetricTensor of equal rank. The
- * result is a general Tensor.
+ * result is a general Tensor that has a number type that is compatible with the
+ * operation.
*
* @relates SymmetricTensor
*/
/**
- * Subtraction of a SymmetricTensor and a general Tensor of equal rank. The
- * result is a general Tensor.
+ * Subtraction of a general Tensor from a SymmetricTensor of equal rank. The
+ * result is a general Tensor that has a number type that is compatible with the
+ * operation.
*
* @relates SymmetricTensor
*/
/**
- * Subtraction of a general Tensor with a SymmetricTensor of equal rank. The
- * result is a general Tensor.
+ * Subtraction of a SymmetricTensor from a general Tensor of equal rank. The
+ * result is a general Tensor that has a number type that is compatible with the
+ * operation.
*
* @relates SymmetricTensor
*/