[eigen] A piece of code that has me confused

[ Thread Index | Date Index | More lists.tuxfamily.org/eigen Archives ]


In the file unsupported/Eigen/src/SparseExtra/SimplicialCholesky.h the
method _solve uses the template keyword in a way I have not seen
before:


	  if(m_matrix.nonZeros()>0) // otherwise L==I
	      m_matrix.template triangularView<UnitLower>().solveInPlace(dest);

Can anyone point me to documentation on that usage?



Mail converted by MHonArc 2.6.19+ http://listengine.tuxfamily.org/