Searched refs:DiagonalIntReturnType (Results 1 - 1 of 1) sorted by relevance

/external/eigen/Eigen/src/Core/
H A DBandMatrix.h91 template<int Index> struct DiagonalIntReturnType { struct in class:Eigen::internal::BandMatrixBase
109 template<int N> inline typename DiagonalIntReturnType<N>::Type diagonal()
111 return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diagonalLength(N));
115 template<int N> inline const typename DiagonalIntReturnType<N>::Type diagonal() const
117 return typename DiagonalIntReturnType<N>::BuildType(coeffs(), supers()-N, (std::max)(0,N), 1, diagonalLength(N));
319 inline typename Base::template DiagonalIntReturnType<1>::Type super()
321 inline const typename Base::template DiagonalIntReturnType<1>::Type super() const
323 inline typename Base::template DiagonalIntReturnType<-1>::Type sub()
325 inline const typename Base::template DiagonalIntReturnType<-1>::Type sub() const

Completed in 39 milliseconds