Home | History | Annotate | Download | only in test

Lines Matching defs:Dim

22   const Index dim = _plane.dim();
29 VectorType p0 = VectorType::Random(dim);
30 VectorType p1 = VectorType::Random(dim);
32 VectorType n0 = VectorType::Random(dim).normalized();
33 VectorType n1 = VectorType::Random(dim).normalized();
52 MatrixType rot = MatrixType::Random(dim,dim).householderQr().householderQ();
71 const int Dim = HyperplaneType::AmbientDimAtCompileTime;
73 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
75 Hyperplane<Scalar,Dim,Options> hp1d = pl1.template cast<Scalar>();