Difference between revisions of "3.4"

From Eigen
Jump to: navigation, search
(Created page with "Raw dump of the main novelties and improvements that will be part of the 3.4 release compared to the 3.3 branch: * Speed up evaluation of HouseholderSequence to a dense matri...")
(No difference)

Revision as of 14:05, 11 July 2018

Raw dump of the main novelties and improvements that will be part of the 3.4 release compared to the 3.3 branch:

  • Speed up evaluation of HouseholderSequence to a dense matrix, e.g.,
    MatrixXd Q = A.qr().householderQ();
  • Versatile API for sub-matrices, slices, and indexed views.
  • ...