OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:StridedVectorType
(Results
1 - 3
of
3
) sorted by null
/external/eigen/blas/
level1_real_impl.h
67
StridedVectorType
vx(vector(x,*n,std::abs(*incx)));
68
StridedVectorType
vy(vector(y,*n,std::abs(*incy)));
70
Reverse<
StridedVectorType
> rvx(vx);
71
Reverse<
StridedVectorType
> rvy(vy);
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);
common.h
98
typedef Map<Matrix<Scalar,Dynamic,1>, 0, InnerStride<Dynamic> >
StridedVectorType
;
Completed in 2075 milliseconds