Lines Matching refs:RT

120          using RT = DynamicMatrix<int,rowMajor>;  in testRowsOperation()  typedef
121 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
124 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
125 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
129 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
130 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
133 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
134 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
138 using RT = StaticMatrix<int,2UL,5UL,rowMajor>; in testRowsOperation() typedef
139 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
142 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
143 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
147 using RT = StaticMatrix<int,2UL,5UL,rowMajor>; in testRowsOperation() typedef
148 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
151 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
152 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
160 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
161 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
164 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
165 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
169 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
170 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
173 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
174 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
178 using RT = HybridMatrix<int,2UL,5UL,rowMajor>; in testRowsOperation() typedef
179 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
182 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
183 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
187 using RT = HybridMatrix<int,2UL,5UL,rowMajor>; in testRowsOperation() typedef
188 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
191 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
192 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
200 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
201 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
204 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
205 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
209 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
210 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
213 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
214 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
218 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
219 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
222 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
223 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
227 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
228 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
231 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
232 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
240 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
241 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
244 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
245 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
249 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
250 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
253 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
254 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
258 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
259 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
262 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
263 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
267 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
268 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
271 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
272 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
280 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
281 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
284 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
285 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
289 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
290 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
293 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
294 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
298 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
299 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
302 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
303 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
307 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
308 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
311 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
312 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
320 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
321 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
324 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
325 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
329 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
330 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
333 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
334 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
342 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
343 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
346 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
347 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
351 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
352 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
355 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
356 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
360 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
361 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
364 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
365 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
369 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
370 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
373 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
374 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
382 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
383 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
386 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
387 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
391 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
392 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
395 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
396 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
400 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
401 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
404 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
405 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
409 using RT = CompressedMatrix<int,rowMajor>; in testRowsOperation() typedef
410 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
413 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
414 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
422 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
423 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
426 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
427 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
431 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
432 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
435 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
436 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
440 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
441 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
444 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
445 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
449 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
450 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
453 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
454 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
462 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
463 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
466 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
467 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
471 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
472 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
475 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
476 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
480 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
481 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
484 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
485 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
489 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
490 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
493 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
494 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
502 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
503 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
506 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
507 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
511 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
512 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
515 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
516 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
520 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
521 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
524 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
525 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
529 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
530 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
533 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
534 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
542 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
543 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
546 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
547 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
551 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
552 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
555 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
556 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
560 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
561 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
564 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
565 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
569 using RT = UniformMatrix<int,rowMajor>; in testRowsOperation() typedef
570 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
573 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
574 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
582 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
583 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
586 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
587 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
591 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
592 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
595 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
596 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
600 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
601 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
604 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
605 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
609 using RT = ZeroMatrix<int,rowMajor>; in testRowsOperation() typedef
610 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
613 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
614 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
622 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
623 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
626 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
627 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
631 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
632 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
635 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
636 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
640 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
641 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
644 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
645 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
649 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
650 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
653 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
654 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
662 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
663 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
666 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
667 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
671 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
672 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
675 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
676 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
680 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
681 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
684 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
685 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
689 using RT = DynamicMatrix<complex<int>,rowMajor>; in testRowsOperation() typedef
690 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
693 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
694 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
702 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
703 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
706 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
707 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
711 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
712 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
715 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
716 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
720 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
721 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
724 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
725 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
729 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
730 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
733 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
734 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
742 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
743 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
746 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
747 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
751 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
752 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
755 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
756 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
760 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
761 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
764 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
765 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
769 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
770 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
773 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
774 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
782 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
783 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
786 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
787 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
791 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
792 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
795 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
796 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
800 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
801 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
804 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
805 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
809 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
810 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
813 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
814 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
822 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
823 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
826 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
827 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
831 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
832 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
835 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
836 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
840 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
841 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
844 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
845 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
849 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
850 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
853 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
854 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
862 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
863 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
866 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
867 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
871 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
872 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
875 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
876 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
880 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
881 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
884 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
885 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
889 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
890 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
893 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
894 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
902 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
903 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
906 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
907 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
911 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
912 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
915 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
916 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
920 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
921 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
924 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
925 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
929 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
930 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
933 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
934 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
942 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
943 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
946 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
947 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
951 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
952 static_assert( IsSame_v< RowsTrait_t<MT,0UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
955 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
956 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
960 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
961 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
964 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
965 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()
969 using RT = DynamicMatrix<int,rowMajor>; in testRowsOperation() typedef
970 static_assert( IsSame_v< RowsTrait_t<MT,2UL>, RT >, "Non-matching type detected" ); in testRowsOperation()
973 static_assert( IsSame_v< ResultType_t<Expr>, RT >, "Non-matching type detected" ); in testRowsOperation()
974 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testRowsOperation()