mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-05-30 01:53:59 +08:00
remove redundant declaration (fix compilation with clang 3.0)
This commit is contained in:
parent
f60e6f5ee8
commit
d738bedc5b
@ -204,7 +204,6 @@ template<typename Scalar> struct llt_inplace<Scalar, Lower>
|
|||||||
static typename MatrixType::Index unblocked(MatrixType& mat)
|
static typename MatrixType::Index unblocked(MatrixType& mat)
|
||||||
{
|
{
|
||||||
typedef typename MatrixType::Index Index;
|
typedef typename MatrixType::Index Index;
|
||||||
// typedef typename MatrixType::Scalar Scalar;
|
|
||||||
typedef typename MatrixType::RealScalar RealScalar;
|
typedef typename MatrixType::RealScalar RealScalar;
|
||||||
|
|
||||||
eigen_assert(mat.rows()==mat.cols());
|
eigen_assert(mat.rows()==mat.cols());
|
||||||
@ -267,7 +266,6 @@ template<typename Scalar> struct llt_inplace<Scalar, Lower>
|
|||||||
typedef typename MatrixType::ColXpr ColXpr;
|
typedef typename MatrixType::ColXpr ColXpr;
|
||||||
typedef typename internal::remove_all<ColXpr>::type ColXprCleaned;
|
typedef typename internal::remove_all<ColXpr>::type ColXprCleaned;
|
||||||
typedef typename ColXprCleaned::SegmentReturnType ColXprSegment;
|
typedef typename ColXprCleaned::SegmentReturnType ColXprSegment;
|
||||||
typedef typename MatrixType::Scalar Scalar;
|
|
||||||
typedef Matrix<Scalar,Dynamic,1> TempVectorType;
|
typedef Matrix<Scalar,Dynamic,1> TempVectorType;
|
||||||
typedef typename TempVectorType::SegmentReturnType TempVecSegment;
|
typedef typename TempVectorType::SegmentReturnType TempVecSegment;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user