Re: [eigen] Documentation patch |
[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]
Btw, as can be seen here http://eigen.tuxfamily.org/dox-devel/, 'make doc' does not work anymore on the devel branch: /home/orzel/hg/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h:328:88: error: no matching function for call to ‘Eigen::Block<Eigen::Matrix<std::complex<double>, -0x00000000000000001, -0x00000000000000001>, -0x00000000000000001, -0x00000000000000001, false, true>::Block(const Eigen::Tridiagonalization<Eigen::Matrix<std::complex<double>, -0x00000000000000001, -0x00000000000000001> >::MatrixType&, int, int, Eigen::Tridiagonalization<Eigen::Matrix<std::complex<double>, -0x00000000000000001, -0x00000000000000001, 0, -0x00000000000000001, -0x00000000000000001> >::Index, Eigen::Tridiagonalization<Eigen::Matrix<std::complex<double>, -0x00000000000000001, -0x00000000000000001, 0, -0x00000000000000001, -0x00000000000000001> >::Index)’ That's why the page is not updated. ++ Thomas -- Thomas Capricelli <orzel@xxxxxxxxxxxxxxx> http://www.freehackers.org/thomas On Wednesday 29 December 2010 22:02:16 Jitse Niesen wrote: > On Wed, 29 Dec 2010, Trevor Irons wrote: > > > In the QuickReferencePage LinSpaced is improperly documented. > > > > Right now there are items like > > > > x = Dynamic1D::LinSpaced(low, high, size); > > But it should read like > > > > x = Dynamic1D::LinSpaced(size, low, high); > > Patch attached. > > You're right. Thanks for the patch. I pushed it to the repository. > The correction will appear on the website at some time. > > Jitse > > > |
Mail converted by MHonArc 2.6.19+ | http://listengine.tuxfamily.org/ |