Skip to content

Fix tridiagonalization_inplace_selector.

Antonio Sánchez requested to merge cantonios/eigen:tridiag into master

The Options of the new hCoeffs vector do not necessarily match those of the MatrixType, leading to build errors if they differ. Having the CoeffVectorType be a template parameter relieves this restriction.

Merge request reports