Home
last modified time | relevance | path

Searched defs:RealVectorType (Results 1 – 3 of 3) sorted by relevance

/external/eigen/test/
Deigensolver_generic.cpp26 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in eigensolver() typedef
Dadjoint.cpp143 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType; in adjoint() typedef
/external/eigen/unsupported/Eigen/src/Eigenvalues/
DArpackSelfAdjointEigenSolver.h62 typedef typename internal::plain_col_type<MatrixType, RealScalar>::type RealVectorType; typedef