Home
last modified time | relevance | path

Searched refs:TwoDArrayType (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/eigen/test/
H A Darray_cwise.cpp226 typedef Array<Scalar, Dynamic, Dynamic> TwoDArrayType; in array() typedef
229 TwoDArrayType o1(rows,cols); in array()
232 TwoDArrayType o2(static_cast<int>(rows),static_cast<int>(cols)); in array()
243 TwoDArrayType o1{rows,cols}; in array()
246 TwoDArrayType o2{int(rows),int(cols)}; in array()