49 #ifndef SpatialTensor_H 50 #define SpatialTensor_H 105 const Cmpt& t00,
const Cmpt& t01,
const Cmpt& t02,
106 const Cmpt& t03,
const Cmpt& t04,
const Cmpt& t05,
108 const Cmpt& t10,
const Cmpt& t11,
const Cmpt& t12,
109 const Cmpt& t13,
const Cmpt& t14,
const Cmpt& t15,
111 const Cmpt& t20,
const Cmpt& t21,
const Cmpt& t22,
112 const Cmpt& t23,
const Cmpt& t24,
const Cmpt& t25,
114 const Cmpt& t30,
const Cmpt& t31,
const Cmpt& t32,
115 const Cmpt& t33,
const Cmpt& t34,
const Cmpt& t35,
117 const Cmpt& t40,
const Cmpt& t41,
const Cmpt& t42,
118 const Cmpt& t43,
const Cmpt& t44,
const Cmpt& t45,
120 const Cmpt& t50,
const Cmpt& t51,
const Cmpt& t52,
121 const Cmpt& t53,
const Cmpt& t54,
const Cmpt& t55
Abstract template class to provide the form resulting from.
Templated 3D spatial tensor derived from MatrixSpace used to represent transformations of spatial vec...
Abstract template class to provide the form resulting from.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
MatrixSpace< SpatialTensor< Cmpt >, Cmpt, Mrows, Ncols > msType
MatrixSpace type.
static const SpatialTensor I
Identity matrix for square matrices.
SpatialTensor()
Construct null.
static const direction rank
Rank of Tensor is 2.
Abstract template class to provide the transpose form of a form.
Templated 3D spatial vector derived from VectorSpace used to represent the anglular and linear compon...
fileType type(const fileName &, const bool checkVariants=true, const bool followLink=true)
Return the file type: directory or file.
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
Templated 3D tensor derived from MatrixSpace adding construction from 9 components, element access using xx(), xy() etc. member functions and the inner-product (dot-product) and outer-product of two Vectors (tensor-product) operators.