Home | History | Annotate | Download | only in test

Lines Matching refs:Dim

22   const Index dim = _plane.dim();
30 VectorType p0 = VectorType::Random(dim);
31 VectorType p1 = VectorType::Random(dim);
33 VectorType n0 = VectorType::Random(dim).normalized();
34 VectorType n1 = VectorType::Random(dim).normalized();
53 MatrixType rot = MatrixType::Random(dim,dim).householderQr().householderQ();
72 const int Dim = HyperplaneType::AmbientDimAtCompileTime;
74 Hyperplane<OtherScalar,Dim,Options> hp1f = pl1.template cast<OtherScalar>();
76 Hyperplane<Scalar,Dim,Options> hp1d = pl1.template cast<Scalar>();