Home
last modified time | relevance | path

Searched defs:VectorType (Results 1 – 25 of 67) sorted by relevance

123

/external/eigen/unsupported/test/
DFFTW.cpp67 template<typename Scalar> struct VectorType<StdVectorContainer,Scalar> struct
72 template<typename Scalar> struct VectorType<EigenVectorContainer,Scalar> argument
82 typedef typename VectorType<Container,Scalar>::type ScalarVector; in test_scalar_generic() argument
DBVH.cpp27 typedef Matrix<double, Dim, 1> VectorType; typedef
44 typedef Matrix<double, Dim, 1> VectorType; typedef
95 typedef Matrix<double, Dim, 1> VectorType; typedef
/external/spirv-llvm/lib/SPIRV/Mangler/
DParameterType.h257 struct VectorType : public ParamType { struct
264 VectorType(const RefParamType type, int len); argument
287 const RefParamType& getScalarType() const { in getScalarType()
293 int getLength() const { in getLength()
301 int m_len;
/external/eigen/test/
Dcholesky.cpp30 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in test_chol_update() typedef
70 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky() typedef
300 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_cplx() typedef
351 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_bug241() typedef
Dmiscmatrices.cpp19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in miscMatrices() typedef
Ddontalign.cpp24 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in dontalign() typedef
Dgeo_alignedbox.cpp30 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() typedef
91 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxCastTests() typedef
Dproduct_trmv.cpp17 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in trmv() typedef
Dinverse.cpp45 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> VectorType; in inverse() typedef
Dconservative_resize.cpp63 typedef Matrix<Scalar, 1, Eigen::Dynamic> VectorType; in run_vector_tests() typedef
DsparseLM.cpp23 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
131 typedef Matrix<T,Dynamic,1> VectorType; in test_sparseLM_T() typedef
Dproduct_selfadjoint.cpp16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in product_selfadjoint() typedef
Darray_replicate.cpp19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in replicate() typedef
DdenseLM.cpp25 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
148 typedef Matrix<T,Dynamic,1> VectorType; in test_denseLM_T() typedef
Dgeo_homogeneous.cpp20 typedef Matrix<Scalar,Size,1, ColMajor> VectorType; in homogeneous() typedef
Deigensolver_generalized_real.cpp27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in generalized_eigensolver_real() typedef
/external/eigen/unsupported/Eigen/src/BVH/
DKdBVH.h22 typedef Matrix<Scalar, Dim, 1> VectorType; typedef
/external/eigen/Eigen/src/Geometry/
DRotationBase.h38 typedef Matrix<Scalar,Dim,1> VectorType; typedef
DUmeyama.h107 typedef Matrix<Scalar, Dimension, 1> VectorType; typedef
DOrthoMethods.h142 typedef typename plain_matrix_type<Derived>::type VectorType; typedef
/external/eigen/unsupported/Eigen/src/IterativeSolvers/
DMINRES.h38 typedef Matrix<Scalar,Dynamic,1> VectorType; in minres() typedef
/external/llvm/include/llvm/ADT/
DUniqueVector.h27 typedef typename std::vector<T> VectorType; typedef
/external/eigen/Eigen/src/IterativeLinearSolvers/
DConjugateGradient.h36 typedef Matrix<Scalar,Dynamic,1> VectorType; in conjugate_gradient() typedef
DLeastSquareConjugateGradient.h36 typedef Matrix<Scalar,Dynamic,1> VectorType; in least_square_conjugate_gradient() typedef
/external/clang/include/clang/CodeGen/
DSwiftCallingConv.h28 class VectorType; variable

123