10 #ifndef EIGEN_RANK2UPDATE_H
11 #define EIGEN_RANK2UPDATE_H
18 template<
typename Scalar,
typename Index,
int UpLo>
23 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap;
26 Map<Matrix<Scalar,Dynamic,1> >(
mat+stride*i+(UpLo==
Lower ? i : 0), UpLo==
Lower ?
size-i : (i+1)) +=
36 template<
typename Scalar,
typename Index,
int UpLo>
41 typedef Map<const Matrix<Scalar,Dynamic,1> > OtherMap;
45 Map<Matrix<Scalar,Dynamic,1> >(
mat+offset, UpLo==
Lower ?
size-i : (i+1)) +=
57 #endif // EIGEN_RANK2UPDATE_H