Home | History | Annotate | Download | only in test

Lines Matching defs:VectorType

26   typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType;
30 VectorType p0 = VectorType::Random(dim);
31 VectorType p1 = VectorType::Random(dim);
33 p1 = VectorType::Random(dim); }
37 BoxType b1(VectorType::Random(dim),VectorType::Random(dim));
60 VectorType r = b0.sample();
75 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType;
79 VectorType p0 = VectorType::Random(dim);
80 VectorType p1 = VectorType::Random(dim);