mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Implement evaluator for sparse-selfadjoint products
This commit is contained in:
@@ -664,7 +664,11 @@ class SparseMatrix
|
||||
: m_outerSize(0), m_innerSize(0), m_outerIndex(0), m_innerNonZeros(0)
|
||||
{
|
||||
check_template_parameters();
|
||||
#ifndef EIGEN_TEST_EVALUATORS
|
||||
*this = other;
|
||||
#else
|
||||
Base::operator=(other);
|
||||
#endif
|
||||
}
|
||||
|
||||
/** Copy constructor (it performs a deep copy) */
|
||||
|
||||
Reference in New Issue
Block a user