Searched refs:StridedVectorType (Results 1 – 3 of 3) sorted by relevance
/external/eigen/blas/ |
D | level1_real_impl.h | 67 StridedVectorType vx(vector(x,*n,std::abs(*incx))); in EIGEN_BLAS_FUNC() 68 StridedVectorType vy(vector(y,*n,std::abs(*incy))); in EIGEN_BLAS_FUNC() 70 Reverse<StridedVectorType> rvx(vx); in EIGEN_BLAS_FUNC() 71 Reverse<StridedVectorType> rvy(vy); in EIGEN_BLAS_FUNC()
|
D | level1_cplx_impl.h | 99 StridedVectorType vx(vector(x,*n,std::abs(*incx))); 100 StridedVectorType vy(vector(y,*n,std::abs(*incy))); 102 Reverse<StridedVectorType> rvx(vx); 103 Reverse<StridedVectorType> rvy(vy);
|
D | common.h | 98 typedef Map<Matrix<Scalar,Dynamic,1>, 0, InnerStride<Dynamic> > StridedVectorType; typedef
|