mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Disable solve_ret_val like mechanism with evaluator enabled
This commit is contained in:
@@ -10,6 +10,8 @@
|
||||
#ifndef EIGEN_MISC_SOLVE_H
|
||||
#define EIGEN_MISC_SOLVE_H
|
||||
|
||||
#ifndef EIGEN_TEST_EVALUATORS
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
namespace internal {
|
||||
@@ -72,5 +74,5 @@ template<typename _DecompositionType, typename Rhs> struct solve_retval_base
|
||||
: Base(dec, rhs) {}
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_TEST_EVALUATORS
|
||||
#endif // EIGEN_MISC_SOLVE_H
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
#ifndef EIGEN_SPARSE_SOLVE_H
|
||||
#define EIGEN_SPARSE_SOLVE_H
|
||||
|
||||
#ifndef EIGEN_TEST_EVALUATORS
|
||||
|
||||
namespace Eigen {
|
||||
|
||||
namespace internal {
|
||||
@@ -127,4 +129,6 @@ template<typename DecompositionType, typename Rhs, typename Guess> struct solve_
|
||||
|
||||
} // end namespace Eigen
|
||||
|
||||
#endif // EIGEN_TEST_EVALUATORS
|
||||
|
||||
#endif // EIGEN_SPARSE_SOLVE_H
|
||||
|
||||
Reference in New Issue
Block a user