39 CompactSpatialTensorT::msType(
Zero)
46 const typename CompactSpatialTensorT::msType& ms
49 CompactSpatialTensorT::msType(ms)
56 const Cmpt& t00,
const Cmpt& t01,
const Cmpt& t02,
57 const Cmpt& t10,
const Cmpt& t11,
const Cmpt& t12,
58 const Cmpt& t20,
const Cmpt& t21,
const Cmpt& t22,
59 const Cmpt& t30,
const Cmpt& t31,
const Cmpt& t32,
60 const Cmpt& t40,
const Cmpt& t41,
const Cmpt& t42,
61 const Cmpt& t50,
const Cmpt& t51,
const Cmpt& t52
68 this->v_[3 + 0] = t10;
69 this->v_[3 + 1] = t11;
70 this->v_[3 + 2] = t12;
72 this->v_[6 + 0] = t20;
73 this->v_[6 + 1] = t21;
74 this->v_[6 + 2] = t22;
76 this->v_[9 + 0] = t30;
77 this->v_[9 + 1] = t31;
78 this->v_[9 + 2] = t32;
80 this->v_[12 + 0] = t40;
81 this->v_[12 + 1] = t41;
82 this->v_[12 + 2] = t42;
84 this->v_[15 + 0] = t50;
85 this->v_[15 + 1] = t51;
86 this->v_[15 + 2] = t52;
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
Templated 3D transposed compact spatial tensor derived from MatrixSpace used to represent transformat...
A class representing the concept of 0 used to avoid unnecessary manipulations for objects that are kn...
CompactSpatialTensorT()
Construct null.