Skip to content

Diagonal lacks the data() method

Submitted by Frederic TERRAZZONI

Assigned to Nobody

Link to original bugzilla bug (#344)
Version: 3.0

Description

Short example :

MatrixXd mat(10,10);

double * a = mat.data(); // OK

double * b = mat.diagonal().data(); // The method data() does not exist

Depends on

#58