Searched defs:RealVectorType (Results 1 – 4 of 4) sorted by relevance
28 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in selfadjointeigensolver() typedef111 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in eigensolver() typedef
26 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in eigensolver() typedef
120 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in adjoint() typedef
62 typedef typename internal::plain_col_type<MatrixType, RealScalar>::type RealVectorType; typedef