Searched refs:lda_x (Results 1 – 1 of 1) sorted by relevance
1570 const auto lda_x = MatIMPLCast(X)->lda; in AXPY() local1573 if (lda_x > m_x || lda_y > m_x) { in AXPY()1580 const auto sub_mat_x = detail::make_submat_iterator(0, m_x, 0, n_x, lda_x, dx.data()); in AXPY()