TR-mbed 1.0
Loading...
Searching...
No Matches
Variables
PartialRedux_count.cpp File Reference

Variables

Matrix3d m = Matrix3d::Random()
 
cout<< "Here is the matrix m:"<< endl<< m<< endl;Matrix< ptrdiff_t, 3, 1 > res = (m.array() >= 0.5).rowwise().count()
 

Variable Documentation

◆ m

Matrix3d m = Matrix3d::Random()

◆ res

cout<< "Here is the matrix m:" << endl << m << endl;Matrix<ptrdiff_t, 3, 1> res = (m.array() >= 0.5).rowwise().count()