* <tt>sum_j src1[j] src2[j]</tt>.
*
* @relates Tensor
- * @relates Tensor<1,dim>
* @author Guido Kanschat, 2000
*/
template <int dim>
* <tt>dest[i] = sum_j src1[i][j] src2[j]</tt>.
*
* @relates Tensor
- * @relates Tensor<1,dim>
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 1998
*/
template <int dim>
* <tt>dest[i] = sum_j src1[j] src2[j][i]</tt>.
*
* @relates Tensor
- * @relates Tensor<1,dim>
- * @relates Tensor<2,dim>
* @author Guido Kanschat, 2001
*/
template <int dim>
* <tt>dest[i][k] = sum_j src1[i][j] src2[j][k]</tt>.
*
* @relates Tensor
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 1998
*/
template <int dim>
* zero as usual.
*
* @relates Tensor
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 1998
*/
template <int dim>
* zero as usual.
*
* @relates Tensor
- * @relates Tensor<1,dim>
- * @relates Tensor<3,dim>
* @author Wolfgang Bangerth, 1998
*/
template <int dim>
* <tt>dest[i][j][l] = sum_k src1[i][j][k] src2[k][l]</tt>.
*
* @relates Tensor
- * @relates Tensor<2,dim>
- * @relates Tensor<3,dim>
* @author Wolfgang Bangerth, 1998
*/
template <int dim>
* <tt>dest[i][j][l] = sum_k src1[i][k] src2[k][j][l]</tt>.
*
* @relates Tensor
- * @relates Tensor<2,dim>
- * @relates Tensor<3,dim>
* @author Wolfgang Bangerth, 1998
*/
template <int dim>
* <tt>dest[i][j][k][l] = sum_m src1[i][j][m] src2[m][k][l]</tt>.
*
* @relates Tensor
- * @relates Tensor<3,dim>
- * @relates Tensor<3,dim>
* @author Wolfgang Bangerth, 1998
*/
template <int dim>
* <tt>dst[i][j] = src1[i] * src2[j]</tt>.
*
* @relates Tensor
- * @relates Tensor<1,dim>
* @author Wolfgang Bangerth, 2000
*/
template <int dim>
* <tt>dst[i][j][k] = src1[i] * src2[j][k]</tt>.
*
* @relates Tensor
- * @relates Tensor<1,dim>
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 2000
*/
template <int dim>
* <tt>dst[i][j][k] = src1[i][j] * src2[k]</tt>.
*
* @relates Tensor
- * @relates Tensor<1,dim>
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 2000
*/
template <int dim>
* be zero (i.e. a scalar).
*
* @relates Tensor
- * @relates Tensor<1,dim>
* @author Wolfgang Bangerth, 2000
*/
template <int dim>
* be zero (i.e. a scalar).
*
* @relates Tensor
- * @relates Tensor<1,dim>
* @author Wolfgang Bangerth, 2000
*/
template <int dim>
* switch).
*
* @relates Tensor
- * @relates Tensor<1,dim>
* @author Guido Kanschat, 2001
*/
template <int dim>
* called if the actual dimension of the arguments is three (e.g. from
* the <tt>dim==3</tt> case in the switch).
*
- * @author Guido Kanschat, 2001
* @relates Tensor
- * @relates Tensor<1,dim>
+ * @author Guido Kanschat, 2001
*/
template <int dim>
inline
* number itself.
*
* @relates Tensor
- * @relates Tensor<1,dim>
* @author Wolfgang Bangerth, 1998
*/
inline
* Compute the determinant of a tensor or rank 2, here for <tt>dim==2</tt>.
*
* @relates Tensor
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 1998
*/
inline
* Compute the determinant of a tensor or rank 2, here for <tt>dim==3</tt>.
*
* @relates Tensor
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 1998
*/
inline
* its diagonal entries.
*
* @relates Tensor
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 2001
*/
template <int dim>
* result by value, rather than by reference as a parameter.
*
* @relates Tensor
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 2000
*/
template <int dim>
* specializations of this function for <tt>dim==1,2,3</tt>.
*
* @relates Tensor
- * @relates Tensor<2,dim>
* @author Wolfgang Bangerth, 2002
*/
template <int dim>
* Return the transpose of the given tensor. This is the
* specialization of the general template for <tt>dim==1</tt>.
*
+ * @relates Tensor
* @author Wolfgang Bangerth, 2002
*/
inline
* Return the transpose of the given tensor. This is the
* specialization of the general template for <tt>dim==2</tt>.
*
+ * @relates Tensor
* @author Wolfgang Bangerth, 2002
*/
inline
* Return the transpose of the given tensor. This is the
* specialization of the general template for <tt>dim==3</tt>.
*
+ * @relates Tensor
* @author Wolfgang Bangerth, 2002
*/
inline