Home | History | Annotate | Download | only in test

Lines Matching defs:Scalar

31   typedef typename MatrixType::Scalar Scalar;
33 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
70 typedef typename MatrixType::Scalar Scalar;
71 typedef typename NumTraits<Scalar>::Real RealScalar;
72 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, MatrixType::RowsAtCompileTime> SquareMatrixType;
73 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
195 // test mixing real/scalar types
202 typedef typename MatrixType::Scalar Scalar;
203 typedef typename NumTraits<Scalar>::Real RealScalar;
205 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;
254 typedef typename MatrixType::Scalar Scalar;
255 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType;