Home | History | Annotate | Download | only in eigen2

Lines Matching defs:dim

21   const int dim = _box.dim();
26 VectorType p0 = VectorType::Random(dim);
27 VectorType p1 = VectorType::Random(dim);
30 BoxType b0(dim);
31 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
45 const int Dim = BoxType::AmbientDimAtCompileTime;
47 AlignedBox<OtherScalar,Dim> hp1f = b0.template cast<OtherScalar>();
49 AlignedBox<Scalar,Dim> hp1d = b0.template cast<Scalar>();