Searched refs:TwoDArrayType (Results 1 – 1 of 1) sorted by relevance
226 typedef Array<Scalar, Dynamic, Dynamic> TwoDArrayType; in array() typedef229 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()