LP-311 Remove basic/advanced stabilization tab auto-switch (autotune/txpid lock issues)
[librepilot.git] / ground / gcs / src / libs / eigen / doc / snippets / PartialRedux_squaredNorm.cpp
blob9f3293e658c59d61af3c1724beaa3575d9b55bca
1 Matrix3d m = Matrix3d::Random();
2 cout << "Here is the matrix m:" << endl << m << endl;
3 cout << "Here is the square norm of each row:" << endl << m.rowwise().squaredNorm() << endl;