48 #ifndef CompactSpatialTensor_H 49 #define CompactSpatialTensor_H 65 public MatrixSpace<CompactSpatialTensor<Cmpt>, Cmpt, 6, 3>
86 const Cmpt& t00,
const Cmpt& t01,
const Cmpt& t02,
87 const Cmpt& t10,
const Cmpt& t11,
const Cmpt& t12,
88 const Cmpt& t20,
const Cmpt& t21,
const Cmpt& t22,
89 const Cmpt& t30,
const Cmpt& t31,
const Cmpt& t32,
90 const Cmpt& t40,
const Cmpt& t41,
const Cmpt& t42,
91 const Cmpt& t50,
const Cmpt& t51,
const Cmpt& t52
Templated 3D compact spatial tensor derived from MatrixSpace used to represent transformations of spa...
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)...
CompactSpatialTensor()
Construct null.
MatrixSpace< CompactSpatialTensor< Cmpt >, Cmpt, Mrows, Ncols > msType
MatrixSpace type.
Templated 3D Vector derived from VectorSpace adding construction from 3 components, element access using x(), y() and z() member functions and the inner-product (dot-product) and cross product operators.
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.