From eee14846e3a676674899e164572564315ada3114 Mon Sep 17 00:00:00 2001 From: Gael Guennebaud Date: Thu, 23 Jul 2009 10:19:58 +0200 Subject: formating --- Eigen/src/Core/SelfAdjointView.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'Eigen/src/Core') diff --git a/Eigen/src/Core/SelfAdjointView.h b/Eigen/src/Core/SelfAdjointView.h index c64ebc174..c73a3ffce 100644 --- a/Eigen/src/Core/SelfAdjointView.h +++ b/Eigen/src/Core/SelfAdjointView.h @@ -201,12 +201,12 @@ struct ei_selfadjoint_product_returntype ei_product_selfadjoint_vector::Flags&RowMajorBit, LhsMode&(UpperTriangularBit|LowerTriangularBit)> ( - m_lhs.rows(), // size - m_lhs.data(), // lhs + m_lhs.rows(), // size + m_lhs.data(), // lhs m_lhs.stride(), // lhsStride, - m_rhs.data(), // rhs + m_rhs.data(), // rhs // int rhsIncr, - dst.data() // res + dst.data() // res ); } @@ -278,11 +278,11 @@ struct ei_selfadjoint_product_returntype NumTraits::IsComplex && EIGEN_LOGICAL_XOR(RhsUpLo==UpperTriangular,bool(RhsBlasTraits::NeedToConjugate)), ei_traits::Flags&RowMajorBit ? RowMajor : ColMajor> ::run( - lhs.rows(), rhs.cols(), // sizes + lhs.rows(), rhs.cols(), // sizes &lhs.coeff(0,0), lhs.stride(), // lhs info &rhs.coeff(0,0), rhs.stride(), // rhs info &dst.coeffRef(0,0), dst.stride(), // result info - actualAlpha // alpha + actualAlpha // alpha ); } -- cgit v1.2.3