mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Added a ei_palign function align a packet from two others.
This allows much faster code dealing with unligned as in the updated matrix-vector product functions.
This commit is contained in:
@@ -274,7 +274,6 @@ template<typename MatrixType, int BlockRows, int BlockCols> class Block<MatrixTy
|
||||
|
||||
inline const Scalar coeff(int row, int col) const
|
||||
{
|
||||
// std::cerr << "coeff(int row, int col)\n";
|
||||
if (IsRowMajor)
|
||||
return m_data_ptr[col + row * stride()];
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user