Lines Matching defs:Size
21 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
30 template<typename MatrixType, typename ResultType, int Size = MatrixType::RowsAtCompileTime>
34 *** Size 1 implementation ***
66 *** Size 2 implementation ***
113 *** Size 3 implementation ***
187 *** Size 4 implementation ***
291 const int Size = EIGEN_PLAIN_ENUM_MIN(MatrixType::ColsAtCompileTime,Dest::ColsAtCompileTime);
292 EIGEN_ONLY_USED_FOR_DEBUG(Size);
293 eigen_assert(( (Size<=1) || (Size>4) || (extract_data(m_matrix)!=extract_data(dst)))
331 * This is only for fixed-size square matrices of size up to 4x4.
357 // for larger sizes, evaluating has negligible cost and limits code size.
371 * This is only for fixed-size square matrices of size up to 4x4.