mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-02-05 17:50:26 +08:00
Disable solve_ret_val like mechanism with evaluator enabled
This commit is contained in:
parent
1f398dfc82
commit
47829e2d16
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user