Home
last modified time | relevance | path

Searched defs:VectorType (Results 1 – 25 of 77) 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> struct
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.cpp33 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in test_chol_update() typedef
73 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky() typedef
256 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_cplx() typedef
306 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in cholesky_bug241() typedef
Dgeo_alignedbox.cpp30 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() typedef
82 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedboxCastTests() typedef
DsparseLM.cpp23 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
131 typedef Matrix<T,Dynamic,1> VectorType; in test_sparseLM_T() typedef
Dmiscmatrices.cpp19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in miscMatrices() typedef
DdenseLM.cpp25 typedef Matrix<Scalar,Dynamic,1> VectorType; typedef
148 typedef Matrix<T,Dynamic,1> VectorType; in test_denseLM_T() 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
Dinverse.cpp45 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> VectorType; in inverse() typedef
Deigensolver_generalized_real.cpp24 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in generalized_eigensolver_real() typedef
Dconservative_resize.cpp63 typedef Matrix<Scalar, 1, Eigen::Dynamic> VectorType; in run_vector_tests() typedef
/external/eigen/test/eigen2/
Deigen2_array.cpp21 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in array() typedef
56 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in comparisons() typedef
Deigen2_eigensolver.cpp27 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in selfadjointeigensolver() typedef
110 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in eigensolver() typedef
Deigen2_inverse.cpp24 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> VectorType; in inverse() typedef
Deigen2_qr.cpp23 typedef Matrix<Scalar, MatrixType::ColsAtCompileTime, 1> VectorType; in qr() typedef
Deigen2_linearstructure.cpp19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in linearStructure() typedef
Deigen2_miscmatrices.cpp19 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in miscMatrices() typedef
Deigen2_alignedbox.cpp24 typedef Matrix<Scalar, BoxType::AmbientDimAtCompileTime, 1> VectorType; in alignedbox() typedef
Deigen2_parametrizedline.cpp25 typedef Matrix<Scalar, LineType::AmbientDimAtCompileTime, 1> VectorType; in parametrizedline() typedef
Deigen2_basicstuff.cpp15 typedef Matrix<Scalar, MatrixType::RowsAtCompileTime, 1> VectorType; in basicStuff() 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
/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

1234