mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
put the resurected files into the Eigen namespace
This commit is contained in:
@@ -27,6 +27,8 @@
|
|||||||
#ifndef EIGEN_ASSIGN_EVALUATOR_H
|
#ifndef EIGEN_ASSIGN_EVALUATOR_H
|
||||||
#define EIGEN_ASSIGN_EVALUATOR_H
|
#define EIGEN_ASSIGN_EVALUATOR_H
|
||||||
|
|
||||||
|
namespace Eigen {
|
||||||
|
|
||||||
// This implementation is based on Assign.h
|
// This implementation is based on Assign.h
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
@@ -679,4 +681,6 @@ void divide_assign_using_evaluator(const ArrayBase<DstXprType>& dst, const Array
|
|||||||
|
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
|
|
||||||
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_ASSIGN_EVALUATOR_H
|
#endif // EIGEN_ASSIGN_EVALUATOR_H
|
||||||
|
|||||||
@@ -28,6 +28,8 @@
|
|||||||
#ifndef EIGEN_COREEVALUATORS_H
|
#ifndef EIGEN_COREEVALUATORS_H
|
||||||
#define EIGEN_COREEVALUATORS_H
|
#define EIGEN_COREEVALUATORS_H
|
||||||
|
|
||||||
|
namespace Eigen {
|
||||||
|
|
||||||
namespace internal {
|
namespace internal {
|
||||||
|
|
||||||
template<typename T>
|
template<typename T>
|
||||||
@@ -1154,4 +1156,6 @@ protected:
|
|||||||
|
|
||||||
} // namespace internal
|
} // namespace internal
|
||||||
|
|
||||||
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_COREEVALUATORS_H
|
#endif // EIGEN_COREEVALUATORS_H
|
||||||
|
|||||||
@@ -25,6 +25,8 @@
|
|||||||
#ifndef EIGEN_PRODUCT_H
|
#ifndef EIGEN_PRODUCT_H
|
||||||
#define EIGEN_PRODUCT_H
|
#define EIGEN_PRODUCT_H
|
||||||
|
|
||||||
|
namespace Eigen {
|
||||||
|
|
||||||
template<typename Lhs, typename Rhs> class Product;
|
template<typename Lhs, typename Rhs> class Product;
|
||||||
template<typename Lhs, typename Rhs, typename StorageKind> class ProductImpl;
|
template<typename Lhs, typename Rhs, typename StorageKind> class ProductImpl;
|
||||||
|
|
||||||
@@ -124,4 +126,6 @@ prod(const Lhs& lhs, const Rhs& rhs)
|
|||||||
return Product<Lhs,Rhs>(lhs,rhs);
|
return Product<Lhs,Rhs>(lhs,rhs);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
} // end namespace Eigen
|
||||||
|
|
||||||
#endif // EIGEN_PRODUCT_H
|
#endif // EIGEN_PRODUCT_H
|
||||||
|
|||||||
Reference in New Issue
Block a user