OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:otherStride
(Results
1 - 2
of
2
) sorted by null
/external/eigen/Eigen/src/Core/products/
TriangularSolverMatrix_MKL.h
54
EIGTYPE* _other, Index
otherStride
, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \
62
ldb =
otherStride
;\
109
EIGTYPE* _other, Index
otherStride
, level3_blocking<EIGTYPE,EIGTYPE>& /*blocking*/) \
117
ldb =
otherStride
;\
TriangularSolverMatrix.h
24
Scalar* _other, Index
otherStride
,
32
::run(size, cols, tri, triStride, _other,
otherStride
, blocking);
44
Scalar* _other, Index
otherStride
,
49
blas_data_mapper<Scalar, Index, ColMajor> other(_other,
otherStride
);
77
Index subcols = cols>0 ? l2/(4 * sizeof(Scalar) *
otherStride
) : 0;
144
pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2),
otherStride
, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
153
gebp_kernel(&other(startTarget,j2),
otherStride
, blockA, blockB+actual_kc*j2, lengthTarget, actualPanelWidth, actual_cols, Scalar(-1),
170
gebp_kernel(_other+i2,
otherStride
, blockA, blockB, actual_mc, actual_kc, cols, Scalar(-1), -1, -1, 0, 0, blockW);
186
Scalar* _other, Index
otherStride
,
191
blas_data_mapper<Scalar, Index, ColMajor> lhs(_other,
otherStride
);
[
all
...]
Completed in 286 milliseconds