HomeSort by relevance Sort by last modified time
    Searched defs:VectorType (Results 76 - 83 of 83) sorted by null

1 2 34

  /external/eigen/Eigen/src/Eigenvalues/
SelfAdjointEigenSolver.h 489 typedef typename SolverType::RealVectorType VectorType;
492 static inline void computeRoots(const MatrixType& m, VectorType& roots)
551 VectorType& eivals = solver.m_eivalues;
581 VectorType cross;
664 typedef typename SolverType::RealVectorType VectorType;
667 static inline void computeRoots(const MatrixType& m, VectorType& roots)
685 VectorType& eivals = solver.m_eivalues;
  /external/eigen/test/
main.h 317 typedef Matrix<Scalar, Dynamic, 1> VectorType;
330 m = VectorType::Random(rows).normalized() * VectorType::Random(cols).normalized().transpose();
341 d.diagonal().segment(desired_rank, diag_size-desired_rank) = VectorType::Zero(diag_size-desired_rank);
  /external/eigen/Eigen/src/Geometry/
Transform.h 209 typedef Matrix<Scalar,Dim,1> VectorType;
    [all...]
  /external/eigen/Eigen/src/SparseCholesky/
SimplicialCholesky.h 85 typedef Matrix<Scalar,Dynamic,1> VectorType;
294 VectorType m_diag; // the diagonal coefficients (LDLT mode)
372 typedef Matrix<Scalar,Dynamic,1> VectorType;
460 typedef Matrix<Scalar,Dynamic,1> VectorType;
473 inline const VectorType vectorD() const {
542 typedef Matrix<Scalar,Dynamic,1> VectorType;
572 inline const VectorType vectorD() const {
  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 134 typedef Matrix<Scalar, Traits::RowsAtCompileTime, 1> VectorType;
239 VectorType diag = m_T.diagonal(); // contains eigenvalues of A
289 VectorType diag = m_T.diagonal();
  /external/llvm/lib/IR/
Type.cpp 46 if (VectorType *VTy = dyn_cast<VectorType>(this))
52 if (const VectorType *VTy = dyn_cast<VectorType>(this))
77 if (const VectorType *thisPTy = dyn_cast<VectorType>(this)) {
78 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty))
86 if (const VectorType *thatPTy = dyn_cast<VectorType>(Ty)
    [all...]
  /external/clang/lib/AST/
Type.cpp 171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType,
183 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
580 AutoType *VisitVectorType(const VectorType *T) {
600 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
736 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
776 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType)
    [all...]
  /external/clang/include/clang/AST/
Type.h     [all...]

Completed in 264 milliseconds

1 2 34