Home
last modified time | relevance | path

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

1234

/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/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
Dgeo_alignedbox.cpp30 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() typedef
91 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxCastTests() 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
Dproduct_trmv.cpp17 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in trmv() typedef
DsparseLM.cpp23 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
131 typedef Matrix<T,Dynamic,1> VectorType; in test_sparseLM_T() typedef
DdenseLM.cpp25 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
148 typedef Matrix<T,Dynamic,1> VectorType; in test_denseLM_T() 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
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
Dgeo_homogeneous.cpp20 typedef Matrix<Scalar,Size,1, ColMajor> VectorType; in homogeneous() typedef
/external/llvm-project/mlir/include/mlir/Dialect/SPIRV/
DLayoutUtils.h20 class VectorType; variable
/external/llvm-project/mlir/include/mlir/Dialect/Vector/
DVectorUtils.h27 class VectorType; variable
/external/eigen/Eigen/src/Geometry/
DRotationBase.h38 typedef Matrix<Scalar,Dim,1> VectorType; typedef
DUmeyama.h107 typedef Matrix<Scalar, Dimension, 1> VectorType; typedef
/external/eigen/unsupported/Eigen/src/BVH/
DKdBVH.h22 typedef Matrix<Scalar, Dim, 1> 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/perfetto/src/trace_processor/rpc/
Dquery_result_serializer_benchmark.cc27 using VectorType = std::vector<uint8_t>; 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/llvm-project/debuginfo-tests/llvm-prettyprinters/gdb/
Dmlir-support.cpp22 mlir::Type VectorType = mlir::VectorType::get({1, 2}, FloatType); variable

1234