mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
optimize A * v product for A sparse and row major
This commit is contained in:
@@ -103,7 +103,7 @@ class SparseVector
|
||||
*/
|
||||
inline Scalar& coeffRef(int i)
|
||||
{
|
||||
return m_data.atWithInsertiob(i);
|
||||
return m_data.atWithInsertion(i);
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user