HomeSort by relevance Sort by last modified time
    Searched refs:RealVectorType (Results 1 - 5 of 5) sorted by null

  /external/eigen/test/
eigensolver_generic.cpp 26 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType;
44 VERIFY_IS_APPROX(ei1.eigenvectors().colwise().norm(), RealVectorType::Ones(rows).transpose());
adjoint.cpp 120 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType;
121 RealVectorType rv1 = RealVectorType::Random(rows);
  /external/eigen/test/eigen2/
eigen2_eigensolver.cpp 28 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType;
51 RealVectorType _eval;
111 typedef Matrix<RealScalar, MatrixType::RowsAtCompileTime, 1> RealVectorType;
  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 99 typedef typename internal::plain_col_type<MatrixType, RealScalar>::type RealVectorType;
250 const RealVectorType& eigenvalues() const
360 RealVectorType m_eivalues;
415 RealVectorType& diag = m_eivalues;
498 typedef typename SolverType::RealVectorType VectorType;
653 typedef typename SolverType::RealVectorType VectorType;
  /external/eigen/unsupported/Eigen/src/Eigenvalues/
ArpackSelfAdjointEigenSolver.h 62 typedef typename internal::plain_col_type<MatrixType, RealScalar>::type RealVectorType;

Completed in 1409 milliseconds