/external/eigen/unsupported/test/ |
D | FFTW.cpp | 67 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
|
D | BVH.cpp | 27 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/ |
D | conservative_resize.cpp | 63 typedef Matrix<Scalar, 1, Eigen::Dynamic> VectorType; in run_vector_tests() typedef 116 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,1> VectorType; in noncopyable() typedef
|
D | cholesky.cpp | 28 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in test_chol_update() typedef 67 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky() typedef 299 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_cplx() typedef 348 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_bug241() typedef
|
D | geo_alignedbox.cpp | 36 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() typedef 92 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxTranslatable() typedef 242 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxRotatable() typedef 313 typedef Matrix<Scalar, Dim, 1> VectorType; in alignedboxNonIntegralRotatable() typedef 433 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxCastTests() typedef
|
D | diagonalmatrices.cpp | 16 typedef Matrix<Scalar, Rows, 1> VectorType; in diagonalmatrices() typedef 120 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in as_scalar_product() typedef
|
D | exceptions.cpp | 34 typedef Eigen::Matrix<AnnoyingScalar,Dynamic,1> VectorType; in EIGEN_DECLARE_TEST() typedef
|
D | miscmatrices.cpp | 18 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in miscMatrices() typedef
|
D | dontalign.cpp | 23 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in dontalign() typedef
|
D | sparseLM.cpp | 23 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef 131 typedef Matrix<T,Dynamic,1> VectorType; in test_sparseLM_T() typedef
|
D | product_trmv.cpp | 16 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in trmv() typedef
|
D | denseLM.cpp | 25 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef 148 typedef Matrix<T,Dynamic,1> VectorType; in test_denseLM_T() typedef
|
D | product_selfadjoint.cpp | 15 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in product_selfadjoint() typedef
|
D | array_replicate.cpp | 18 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in replicate() typedef
|
D | geo_homogeneous.cpp | 20 typedef Matrix<Scalar,Size,1, ColMajor> VectorType; in homogeneous() typedef
|
/external/eigen/Eigen/src/Geometry/ |
D | RotationBase.h | 38 typedef Matrix<Scalar,Dim,1> VectorType; typedef
|
D | Umeyama.h | 107 typedef Matrix<Scalar, Dimension, 1> VectorType; typedef
|
D | OrthoMethods.h | 143 typedef typename plain_matrix_type<Derived>::type VectorType; typedef
|
/external/eigen/unsupported/Eigen/src/BVH/ |
D | KdBVH.h | 22 typedef Matrix<Scalar, Dim, 1> VectorType; typedef
|
/external/tensorflow/tensorflow/lite/kernels/internal/reference/ |
D | gelu.h | 59 using VectorType = Eigen::VectorX<T>; in Gelu() local
|
/external/eigen/unsupported/Eigen/src/IterativeSolvers/ |
D | MINRES.h | 39 typedef Matrix<Scalar,Dynamic,1> VectorType; in minres() typedef
|
/external/llvm/include/llvm/ADT/ |
D | UniqueVector.h | 27 typedef typename std::vector<T> VectorType; typedef
|
/external/perfetto/src/trace_processor/rpc/ |
D | query_result_serializer_benchmark.cc | 27 using VectorType = std::vector<uint8_t>; typedef
|
/external/eigen/Eigen/src/IterativeLinearSolvers/ |
D | ConjugateGradient.h | 36 typedef Matrix<Scalar,Dynamic,1> VectorType; in conjugate_gradient() typedef
|
D | LeastSquareConjugateGradient.h | 36 typedef Matrix<Scalar,Dynamic,1> VectorType; in least_square_conjugate_gradient() typedef
|