88 typedef blas_data_mapper<Scalar, Index, ColMajor, Unaligned, OtherInnerStride> LhsMapper;
89 typedef const_blas_data_mapper<Scalar, Index, TriStorageOrder> RhsMapper;
90 LhsMapper lhs(_other, otherStride, otherIncr);
91 RhsMapper rhs(_tri, triStride);
93 enum { RhsStorageOrder = TriStorageOrder, IsLower = (Mode &
Lower) ==
Lower };
94 conj_if<Conjugate>
conj;
99 typename LhsMapper::LinearMapper
r = lhs.getLinearMapper(0,
j);
100 for (
Index k3 = 0; k3 <
k; ++k3) {
102 typename LhsMapper::LinearMapper
a = lhs.getLinearMapper(0, IsLower ?
j + 1 + k3 : k3);
107 for (
Index i = 0;
i < otherSize; ++
i)
r(
i) *= inv_rjj;
int i
Definition: BiCGSTAB_step_by_step.cpp:9
Scalar Scalar int size
Definition: benchVecAdd.cpp:17
Scalar * b
Definition: benchVecAdd.cpp:17
SCALAR Scalar
Definition: bench_gemm.cpp:45
NumTraits< Scalar >::Real RealScalar
Definition: bench_gemm.cpp:46
@ UnitDiag
Definition: Constants.h:215
@ Lower
Definition: Constants.h:211
const Scalar * a
Definition: level2_cplx_impl.h:32
char char char int int * k
Definition: level2_impl.h:374
EIGEN_DEFAULT_DENSE_INDEX_TYPE Index
The Index type as used for the API.
Definition: Meta.h:83
const AutoDiffScalar< DerType > & conj(const AutoDiffScalar< DerType > &x)
Definition: AutoDiffScalar.h:482
T Real
Definition: NumTraits.h:183
std::ptrdiff_t j
Definition: tut_arithmetic_redux_minmax.cpp:2