Lines Matching refs:RT

134          using RT = short;  in testScalarScalarDivision()  typedef
135 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
142 using RT = int; in testScalarScalarDivision() typedef
143 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
150 using RT = float; in testScalarScalarDivision() typedef
151 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
158 using RT = double; in testScalarScalarDivision() typedef
159 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
169 using RT = int; in testScalarScalarDivision() typedef
170 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
177 using RT = int; in testScalarScalarDivision() typedef
178 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
185 using RT = float; in testScalarScalarDivision() typedef
186 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
193 using RT = double; in testScalarScalarDivision() typedef
194 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
204 using RT = float; in testScalarScalarDivision() typedef
205 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
212 using RT = float; in testScalarScalarDivision() typedef
213 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
220 using RT = float; in testScalarScalarDivision() typedef
221 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
228 using RT = double; in testScalarScalarDivision() typedef
229 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
236 using RT = complex<float>; in testScalarScalarDivision() typedef
237 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
247 using RT = double; in testScalarScalarDivision() typedef
248 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
255 using RT = double; in testScalarScalarDivision() typedef
256 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
263 using RT = double; in testScalarScalarDivision() typedef
264 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
271 using RT = double; in testScalarScalarDivision() typedef
272 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
279 using RT = complex<double>; in testScalarScalarDivision() typedef
280 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
290 using RT = complex<double>; in testScalarScalarDivision() typedef
291 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
298 using RT = complex<double>; in testScalarScalarDivision() typedef
299 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testScalarScalarDivision()
325 using RT = StaticVector<double,3UL,columnVector>; in testVectorScalarDivision() typedef
326 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
329 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
334 using RT = StaticVector<double,3UL,rowVector>; in testVectorScalarDivision() typedef
335 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
338 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
347 using RT = HybridVector<double,5UL,columnVector>; in testVectorScalarDivision() typedef
348 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
351 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
356 using RT = HybridVector<double,5UL,rowVector>; in testVectorScalarDivision() typedef
357 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
360 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
369 using RT = DynamicVector<double,columnVector>; in testVectorScalarDivision() typedef
370 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
373 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
378 using RT = DynamicVector<double,rowVector>; in testVectorScalarDivision() typedef
379 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
382 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
391 using RT = DynamicVector<double,columnVector>; in testVectorScalarDivision() typedef
392 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
395 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
400 using RT = DynamicVector<double,rowVector>; in testVectorScalarDivision() typedef
401 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
404 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
413 using RT = UniformVector<double,columnVector>; in testVectorScalarDivision() typedef
414 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
417 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
422 using RT = UniformVector<double,rowVector>; in testVectorScalarDivision() typedef
423 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
426 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
435 using RT = DynamicVector<double,columnVector>; in testVectorScalarDivision() typedef
436 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
439 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
444 using RT = DynamicVector<double,rowVector>; in testVectorScalarDivision() typedef
445 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
448 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
457 using RT = CompressedVector<double,columnVector>; in testVectorScalarDivision() typedef
458 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
461 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
466 using RT = CompressedVector<double,rowVector>; in testVectorScalarDivision() typedef
467 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
470 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
479 using RT = ZeroVector<double,columnVector>; in testVectorScalarDivision() typedef
480 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
483 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
488 using RT = ZeroVector<double,rowVector>; in testVectorScalarDivision() typedef
489 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorScalarDivision()
492 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorScalarDivision()
518 using RT = StaticMatrix<double,3UL,5UL,rowMajor>; in testMatrixScalarDivision() typedef
519 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
522 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
527 using RT = StaticMatrix<double,3UL,5UL,columnMajor>; in testMatrixScalarDivision() typedef
528 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
531 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
540 using RT = HybridMatrix<double,5UL,7UL,rowMajor>; in testMatrixScalarDivision() typedef
541 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
544 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
549 using RT = HybridMatrix<double,5UL,7UL,columnMajor>; in testMatrixScalarDivision() typedef
550 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
553 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
562 using RT = DynamicMatrix<double,rowMajor>; in testMatrixScalarDivision() typedef
563 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
566 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
571 using RT = DynamicMatrix<double,columnMajor>; in testMatrixScalarDivision() typedef
572 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
575 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
584 using RT = DynamicMatrix<double,rowMajor>; in testMatrixScalarDivision() typedef
585 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
588 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
593 using RT = DynamicMatrix<double,columnMajor>; in testMatrixScalarDivision() typedef
594 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
597 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
606 using RT = UniformMatrix<double,rowMajor>; in testMatrixScalarDivision() typedef
607 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
610 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
615 using RT = UniformMatrix<double,columnMajor>; in testMatrixScalarDivision() typedef
616 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
619 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
628 using RT = DynamicMatrix<double,rowMajor>; in testMatrixScalarDivision() typedef
629 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
632 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
641 using RT = CompressedMatrix<double,rowMajor>; in testMatrixScalarDivision() typedef
642 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
645 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
650 using RT = CompressedMatrix<double,columnMajor>; in testMatrixScalarDivision() typedef
651 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
654 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
663 using RT = DiagonalMatrix< CompressedMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
664 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
667 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
672 using RT = DiagonalMatrix< CompressedMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
673 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
676 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
685 using RT = ZeroMatrix<double,rowMajor>; in testMatrixScalarDivision() typedef
686 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
689 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
694 using RT = ZeroMatrix<double,columnMajor>; in testMatrixScalarDivision() typedef
695 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
698 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
707 using RT = SymmetricMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
708 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
711 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
716 using RT = SymmetricMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
717 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
720 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
729 using RT = SymmetricMatrix< DynamicMatrix<complex<int>,rowMajor> >; in testMatrixScalarDivision() typedef
730 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
733 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
738 using RT = SymmetricMatrix< DynamicMatrix<complex<int>,columnMajor> >; in testMatrixScalarDivision() typedef
739 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
742 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
751 using RT = SymmetricMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
752 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
755 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
760 using RT = SymmetricMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
761 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
764 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
773 using RT = HermitianMatrix< DynamicMatrix<complex<int>,rowMajor> >; in testMatrixScalarDivision() typedef
774 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
777 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
782 using RT = HermitianMatrix< DynamicMatrix<complex<int>,columnMajor> >; in testMatrixScalarDivision() typedef
783 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
786 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
795 using RT = LowerMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
796 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
799 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
804 using RT = LowerMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
805 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
808 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
817 using RT = LowerMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
818 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
821 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
826 using RT = LowerMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
827 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
830 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
839 using RT = StrictlyLowerMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
840 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
843 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
848 using RT = StrictlyLowerMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
849 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
852 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
861 using RT = UpperMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
862 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
865 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
870 using RT = UpperMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
871 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
874 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
883 using RT = UpperMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
884 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
887 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
892 using RT = UpperMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
893 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
896 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
905 using RT = StrictlyUpperMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
906 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
909 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
914 using RT = StrictlyUpperMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
915 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
918 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
927 using RT = DiagonalMatrix< DynamicMatrix<double,rowMajor> >; in testMatrixScalarDivision() typedef
928 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
931 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
936 using RT = DiagonalMatrix< DynamicMatrix<double,columnMajor> >; in testMatrixScalarDivision() typedef
937 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testMatrixScalarDivision()
940 …static_assert( StorageOrder_v<Expr> == StorageOrder_v<RT>, "Non-matching storage order detected" ); in testMatrixScalarDivision()
968 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
969 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
972 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
977 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
978 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
981 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
990 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
991 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
994 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
999 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1000 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1003 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1012 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1013 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1016 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1021 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1022 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1025 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1034 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1035 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1038 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1043 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1044 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1047 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1056 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1057 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1060 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1065 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1066 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1069 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1078 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1079 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1082 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1087 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1088 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1091 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1103 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1104 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1107 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1112 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1113 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1116 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1125 using RT = HybridVector<double,5UL,columnVector>; in testVectorVectorDivision() typedef
1126 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1129 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1134 using RT = HybridVector<double,5UL,rowVector>; in testVectorVectorDivision() typedef
1135 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1138 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1147 using RT = HybridVector<double,5UL,columnVector>; in testVectorVectorDivision() typedef
1148 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1151 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1156 using RT = HybridVector<double,5UL,rowVector>; in testVectorVectorDivision() typedef
1157 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1160 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1169 using RT = HybridVector<double,5UL,columnVector>; in testVectorVectorDivision() typedef
1170 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1173 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1178 using RT = HybridVector<double,5UL,rowVector>; in testVectorVectorDivision() typedef
1179 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1182 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1191 using RT = HybridVector<double,5UL,columnVector>; in testVectorVectorDivision() typedef
1192 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1195 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1200 using RT = HybridVector<double,5UL,rowVector>; in testVectorVectorDivision() typedef
1201 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1204 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1213 using RT = HybridVector<double,5UL,columnVector>; in testVectorVectorDivision() typedef
1214 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1217 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1222 using RT = HybridVector<double,5UL,rowVector>; in testVectorVectorDivision() typedef
1223 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1226 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1238 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1239 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1242 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1247 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1248 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1251 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1260 using RT = HybridVector<double,7UL,columnVector>; in testVectorVectorDivision() typedef
1261 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1264 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1269 using RT = HybridVector<double,7UL,rowVector>; in testVectorVectorDivision() typedef
1270 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1273 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1282 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1283 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1286 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1291 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1292 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1295 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1304 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1305 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1308 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1313 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1314 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1317 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1326 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1327 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1330 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1335 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1336 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1339 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1348 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1349 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1352 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1357 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1358 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1361 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1373 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1374 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1377 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1382 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1383 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1386 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1395 using RT = HybridVector<double,7UL,columnVector>; in testVectorVectorDivision() typedef
1396 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1399 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1404 using RT = HybridVector<double,7UL,rowVector>; in testVectorVectorDivision() typedef
1405 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1408 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1417 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1418 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1421 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1426 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1427 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1430 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1439 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1440 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1443 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1448 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1449 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1452 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1461 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1462 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1465 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1470 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1471 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1474 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1483 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1484 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1487 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1492 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1493 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1496 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1508 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1509 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1512 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1517 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1518 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1521 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1530 using RT = HybridVector<double,7UL,columnVector>; in testVectorVectorDivision() typedef
1531 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1534 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1539 using RT = HybridVector<double,7UL,rowVector>; in testVectorVectorDivision() typedef
1540 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1543 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1552 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1553 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1556 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1561 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1562 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1565 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1574 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1575 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1578 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1583 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1584 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1587 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1596 using RT = UniformVector<double,columnVector>; in testVectorVectorDivision() typedef
1597 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1600 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1605 using RT = UniformVector<double,rowVector>; in testVectorVectorDivision() typedef
1606 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1609 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1618 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1619 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1622 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1627 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1628 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1631 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1643 using RT = StaticVector<double,3UL,columnVector>; in testVectorVectorDivision() typedef
1644 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1647 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1652 using RT = StaticVector<double,3UL,rowVector>; in testVectorVectorDivision() typedef
1653 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1656 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1665 using RT = HybridVector<double,7UL,columnVector>; in testVectorVectorDivision() typedef
1666 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1669 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1674 using RT = HybridVector<double,7UL,rowVector>; in testVectorVectorDivision() typedef
1675 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1678 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1687 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1688 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1691 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1696 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1697 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1700 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1709 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1710 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1713 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1718 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1719 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1722 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1731 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1732 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1735 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1740 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1741 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1744 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1753 using RT = DynamicVector<double,columnVector>; in testVectorVectorDivision() typedef
1754 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1757 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1762 using RT = DynamicVector<double,rowVector>; in testVectorVectorDivision() typedef
1763 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1766 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1778 using RT = CompressedVector<double,columnVector>; in testVectorVectorDivision() typedef
1779 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1782 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1787 using RT = CompressedVector<double,rowVector>; in testVectorVectorDivision() typedef
1788 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1791 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1800 using RT = CompressedVector<double,columnVector>; in testVectorVectorDivision() typedef
1801 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1804 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1809 using RT = CompressedVector<double,rowVector>; in testVectorVectorDivision() typedef
1810 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1813 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1822 using RT = CompressedVector<double,columnVector>; in testVectorVectorDivision() typedef
1823 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1826 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1831 using RT = CompressedVector<double,rowVector>; in testVectorVectorDivision() typedef
1832 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1835 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1844 using RT = CompressedVector<double,columnVector>; in testVectorVectorDivision() typedef
1845 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1848 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1853 using RT = CompressedVector<double,rowVector>; in testVectorVectorDivision() typedef
1854 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1857 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1866 using RT = CompressedVector<double,columnVector>; in testVectorVectorDivision() typedef
1867 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1870 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1875 using RT = CompressedVector<double,rowVector>; in testVectorVectorDivision() typedef
1876 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1879 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1888 using RT = CompressedVector<double,columnVector>; in testVectorVectorDivision() typedef
1889 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1892 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1897 using RT = CompressedVector<double,rowVector>; in testVectorVectorDivision() typedef
1898 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1901 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1913 using RT = ZeroVector<double,columnVector>; in testVectorVectorDivision() typedef
1914 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1917 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1922 using RT = ZeroVector<double,rowVector>; in testVectorVectorDivision() typedef
1923 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1926 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1935 using RT = ZeroVector<double,columnVector>; in testVectorVectorDivision() typedef
1936 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1939 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1944 using RT = ZeroVector<double,rowVector>; in testVectorVectorDivision() typedef
1945 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1948 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1957 using RT = ZeroVector<double,columnVector>; in testVectorVectorDivision() typedef
1958 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1961 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1966 using RT = ZeroVector<double,rowVector>; in testVectorVectorDivision() typedef
1967 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1970 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1979 using RT = ZeroVector<double,columnVector>; in testVectorVectorDivision() typedef
1980 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1983 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
1988 using RT = ZeroVector<double,rowVector>; in testVectorVectorDivision() typedef
1989 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
1992 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
2001 using RT = ZeroVector<double,columnVector>; in testVectorVectorDivision() typedef
2002 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
2005 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
2010 using RT = ZeroVector<double,rowVector>; in testVectorVectorDivision() typedef
2011 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
2014 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
2023 using RT = ZeroVector<double,columnVector>; in testVectorVectorDivision() typedef
2024 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
2027 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()
2032 using RT = ZeroVector<double,rowVector>; in testVectorVectorDivision() typedef
2033 static_assert( IsSame_v< DivTrait_t<T1,T2>, RT >, "Non-matching type detected" ); in testVectorVectorDivision()
2036 …static_assert( TransposeFlag_v<Expr> == TransposeFlag_v<RT>, "Non-matching transpose flag detected… in testVectorVectorDivision()