Home | History | Annotate | Download | only in products

Lines Matching refs:SmallPanelWidth

89     SmallPanelWidth   = 2 * EIGEN_PLAIN_ENUM_MAX(Traits::mr,Traits::nr),
121 Matrix<Scalar,SmallPanelWidth,SmallPanelWidth,LhsStorageOrder> triangularBuffer;
157 for (Index k1=0; k1<actual_kc; k1+=SmallPanelWidth)
159 Index actualPanelWidth = std::min<Index>(actual_kc-k1, SmallPanelWidth);
218 SmallPanelWidth = EIGEN_PLAIN_ENUM_MAX(Traits::mr,Traits::nr),
250 Matrix<Scalar,SmallPanelWidth,SmallPanelWidth,RhsStorageOrder> triangularBuffer;
288 for (Index j2=0; j2<actual_kc; j2+=SmallPanelWidth)
290 Index actualPanelWidth = std::min<Index>(actual_kc-j2, SmallPanelWidth);
324 for (Index j2=0; j2<actual_kc; j2+=SmallPanelWidth)
326 Index actualPanelWidth = std::min<Index>(actual_kc-j2, SmallPanelWidth);