mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
Remove "using namespace Eigen" from blas/common.h.
This commit is contained in:
committed by
Rasmus Munk Larsen
parent
6ed4d80cc8
commit
8a73c6490f
@@ -10,6 +10,7 @@
|
||||
#ifndef EIGEN_PACKED_TRIANGULAR_MATRIX_VECTOR_H
|
||||
#define EIGEN_PACKED_TRIANGULAR_MATRIX_VECTOR_H
|
||||
|
||||
namespace Eigen {
|
||||
namespace internal {
|
||||
|
||||
template <typename Index, int Mode, typename LhsScalar, bool ConjLhs, typename RhsScalar, bool ConjRhs,
|
||||
@@ -75,6 +76,7 @@ struct packed_triangular_matrix_vector_product<Index, Mode, LhsScalar, ConjLhs,
|
||||
};
|
||||
};
|
||||
|
||||
} // end namespace internal
|
||||
} // namespace internal
|
||||
} // namespace Eigen
|
||||
|
||||
#endif // EIGEN_PACKED_TRIANGULAR_MATRIX_VECTOR_H
|
||||
|
||||
Reference in New Issue
Block a user