Registered Member
|
Hi all,
I have a matrix of type "MatrixXd", initialized by: MatrixXd a = MatrixXd::Random(5, 6); Is there any functions in Eigen like "find" in matlab, that could output the corresponding entries: find(a > 0.5) in matlab or octave.. Or like numpy.where in python: import numpy as np np.where(a > 0.5) ? |
Registered Member
|
|
Registered users: Bing [Bot], Google [Bot], Yahoo [Bot]