*
* @param[in] vector The Tensor for which we want to have an array view
* object. The array view corresponds to the <em>entire</em> object but the
- * order in which the entries are presented in the array is undefined and can
- * not be relied upon.
+ * order in which the entries are presented in the array is an implementation
+ * detail and should not be relied upon.
*
* @relatesalso ArrayView
*/
*
* @param[in] vector The Tensor for which we want to have an array view
* object. The array view corresponds to the <em>entire</em> object but the
- * order in which the entries are presented in the array is undefined and can
- * not be relied upon.
+ * order in which the entries are presented in the array is an implementation
+ * detail and should not be relied upon.
*
* @relatesalso ArrayView
*/
*
* @param[in] vector The SymmetricTensor for which we want to have an array
* view object. The array view corresponds to the <em>entire</em> object but
- * the order in which the entries are presented in the array is undefined and
- * can not be relied upon.
+ * the order in which the entries are presented in the array is an
+ * implementation detail and should not be relied upon.
*
* @relatesalso ArrayView
*/
* Consequently, the return type of this function is a view to a set of writable
* objects.
*
- * @param[in] vector The SymmetricTensor for which we want to have an array view
- * object. The array view corresponds to the <em>entire</em> object but the
- * order in which the entries are presented in the array is undefined and can
- * not be relied upon.
+ * @param[in] vector The SymmetricTensor for which we want to have an array
+ * view object. The array view corresponds to the <em>entire</em> object but
+ * the order in which the entries are presented in the array is an
+ * implementation detail and should not be relied upon.
*
* @relatesalso ArrayView
*/
*
* @param[in] table The Table for which we want to have an array view object.
* The array view corresponds to the <em>entire</em> table but the order in
- * which the entries are presented in the array is undefined and can not be
- * relied upon.
+ * which the entries are presented in the array is an implementation detail
+ * and should not be relied upon.
*
* @relatesalso ArrayView
*/
*
* @param[in] table The Table for which we want to have an array view object.
* The array view corresponds to the <em>entire</em> table but the order in
- * which the entries are presented in the array is undefined and can not be
- * relied upon.
+ * which the entries are presented in the array is an implementation detail
+ * and should not be relied upon.
*
* @relatesalso ArrayView
*/
* Consequently, the return type of this function is a view to a set of
* @p non-const objects.
*
- * @param[in] table The LAPACKFullMatrix for which we want to have an array view
- * object. The array view corresponds to the <em>entire</em> object but the
- * order in which the entries are presented in the array is undefined and can
- * not be relied upon.
+ * @param[in] table The LAPACKFullMatrix for which we want to have an array
+ * view object. The array view corresponds to the <em>entire</em> object but
+ * the order in which the entries are presented in the array is an
+ * implementation detail and should not be relied upon.
*
* @relatesalso ArrayView
*/
* type because they contain immutable elements. Consequently, the return type
* of this function is a view to a set of @p const objects.
*
- * @param[in] table The LAPACKFullMatrix for which we want to have an array view
- * object. The array view corresponds to the <em>entire</em> object but the
- * order in which the entries are presented in the array is undefined and can
- * not be relied upon.
+ * @param[in] table The LAPACKFullMatrix for which we want to have an array
+ * view object. The array view corresponds to the <em>entire</em> object but
+ * the order in which the entries are presented in the array is an
+ * implementation detail and should not be relied upon.
*
* @relatesalso ArrayView
*/