Lines Matching refs:Dim
28 const Index dim = _box.dim();
30 VectorType p0 = VectorType::Random(dim);
31 VectorType p1 = VectorType::Random(dim);
33 p1 = VectorType::Random(dim); }
36 BoxType b0(dim);
37 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
51 BoxType *bp0 = new BoxType(dim);
52 BoxType *bp1 = new BoxType(dim);
77 const Index dim = _box.dim();
79 VectorType p0 = VectorType::Random(dim);
80 VectorType p1 = VectorType::Random(dim);
82 BoxType b0(dim);
87 const int Dim = BoxType::AmbientDimAtCompileTime;
89 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
91 AlignedBox<Scalar,Dim> hp1d = b0.template cast<Scalar>();