38 #ifndef BarycentricTensor2D_H 39 #define BarycentricTensor2D_H 57 public MatrixSpace<BarycentricTensor2D<Cmpt>, Cmpt, 3, 3>
Tensor2D< label > labelType
Equivalent type of labels used for valid component indexing.
static const direction rank
Rank of BarycentricTensor2D is 2.
Templated 3x3 tensor derived from VectorSpace. Has 9 components. Can represent a barycentric transfor...
BarycentricTensor2D()
Construct null.
Barycentric2D< Cmpt > z() const
Templated 2D tensor derived from VectorSpace adding construction from 4 components, element access using xx(), xy(), yx() and yy() member functions and the iner-product (dot-product) and outer-product of two Vector2Ds (tensor-product) operators.
Templated 2D Barycentric derived from VectorSpace. Has 3 components, one of which is redundant...
components
Component labeling enumeration.
Abstract template class to provide the transpose form of a form.
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.
Barycentric2D< Cmpt > x() const
Barycentric2D< Cmpt > y() const
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...