Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(616)

Unified Diff: Eigen/src/QR/HessenbergDecomposition.h

Issue 62071: DiagonalCoeffs-->Band Base URL: http://websvn.kde.org/*checkout*/trunk/kdesupport/eigen2
Patch Set: Created 15 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Eigen/src/LU/LU.h ('k') | Eigen/src/QR/Tridiagonalization.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Eigen/src/QR/HessenbergDecomposition.h
===================================================================
--- Eigen/src/QR/HessenbergDecomposition.h (révision 965486)
+++ Eigen/src/QR/HessenbergDecomposition.h (copie de travail)
@@ -58,10 +58,10 @@
typedef Matrix<RealScalar, Size, 1> DiagonalType;
typedef Matrix<RealScalar, SizeMinusOne, 1> SubDiagonalType;
- typedef typename NestByValue<DiagonalCoeffs<MatrixType> >::RealReturnType DiagonalReturnType;
+ typedef typename NestByValue<Band<MatrixType,0> >::RealReturnType DiagonalReturnType;
- typedef typename NestByValue<DiagonalCoeffs<
- NestByValue<Block<MatrixType,SizeMinusOne,SizeMinusOne> > > >::RealReturnType SubDiagonalReturnType;
+ typedef typename NestByValue<Band<
+ NestByValue<Block<MatrixType,SizeMinusOne,SizeMinusOne> >,0 > >::RealReturnType SubDiagonalReturnType;
/** This constructor initializes a HessenbergDecomposition object for
* further use with HessenbergDecomposition::compute()
« no previous file with comments | « Eigen/src/LU/LU.h ('k') | Eigen/src/QR/Tridiagonalization.h » ('j') | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b