m_eigenOperationDouble=boost::shared_ptr<TPVODouble>(newTPVODouble(tensors,boost::bind(&WMEigenSystem::eigenSolverDouble,this,_1)));// NOLINT line length
m_eigenOperationDouble=boost::shared_ptr<TPVODouble>(newTPVODouble(tensors,boost::bind(&WMEigenSystem::eigenSolverDouble,this,boost::placeholders::_1)));// NOLINT line length
m_eigenOperationDouble=boost::shared_ptr<TPVODouble>(newTPVODouble(tensors,boost::bind(&WMEigenSystem::eigenFuncDouble,this,_1)));// NOLINT line length
m_eigenOperationDouble=boost::shared_ptr<TPVODouble>(newTPVODouble(tensors,boost::bind(&WMEigenSystem::eigenFuncDouble,this,boost::placeholders::_1)));// NOLINT line length
m_eigenOperationFloat=boost::shared_ptr<TPVOFloat>(newTPVOFloat(tensors,boost::bind(&WMEigenSystem::eigenSolverFloat,this,_1)));// NOLINT line length
m_eigenOperationFloat=boost::shared_ptr<TPVOFloat>(newTPVOFloat(tensors,boost::bind(&WMEigenSystem::eigenSolverFloat,this,boost::placeholders::_1)));// NOLINT line length
m_eigenOperationFloat=boost::shared_ptr<TPVOFloat>(newTPVOFloat(tensors,boost::bind(&WMEigenSystem::eigenFuncFloat,this,_1)));// NOLINT line length
m_eigenOperationFloat=boost::shared_ptr<TPVOFloat>(newTPVOFloat(tensors,boost::bind(&WMEigenSystem::eigenFuncFloat,this,boost::placeholders::_1)));// NOLINT line length