Problem using TMatrixDSym mtm( TMatrixDBase::kAtA,m);

I’m trying to run the linear algebra example in user guide section 16.7 Matrix Eigen Analysis.
I’m getting error

TMatrixDSym mtm( TMatrixDBase::kAtA,m);
ROOT_prompt_23:1:32: error: no member named ‘kAtA’ in ‘TMatrixTBase’
TMatrixDSym mtm( TMatrixDBase::kAtA,m);
~~~~~~~~~~~~~~^
any suggestions?
Best Tim Gorringe.

TMatrixDSym::kAtA or TMatrixD::kAtA or TMatrix::kAtA

1 Like

Thank you so much!

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.