Home
last modified time | relevance | path

Searched refs:lhs_ (Results 1 – 25 of 548) sorted by relevance

12345678910>>...22

/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/svecdvecouter/
H A DOperationTest.h471 lhs_ = reflhs_; in testAssignment()
678 ( lhs_ * rhs_ ).at( lhs_.size(), 0UL ); in testElementAccess()
2208 VT1 lhs( lhs_ ); in testDeclSymOperation()
2449 VT1 lhs( lhs_ ); in testDeclHermOperation()
2921 VT1 lhs( lhs_ ); in testDeclUppOperation()
3152 VT1 lhs( lhs_ ); in testDeclDiagOperation()
3627 auto sm = submatrix( lhs_ * rhs_, 1UL, 0UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3652 auto sm = submatrix( lhs_ * rhs_, 0UL, 1UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3950 auto r = row( lhs_ * rhs_, lhs_.size() ); in testRowOperation()
4215 auto r = rows( lhs_ * rhs_, { lhs_.size() } ); in testRowsOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dvecdvecouter/
H A DOperationTest.h477 lhs_ = reflhs_; in testAssignment()
684 ( lhs_ * rhs_ ).at( lhs_.size(), 0UL ); in testElementAccess()
2214 VT1 lhs( lhs_ ); in testDeclSymOperation()
2455 VT1 lhs( lhs_ ); in testDeclHermOperation()
2927 VT1 lhs( lhs_ ); in testDeclUppOperation()
3158 VT1 lhs( lhs_ ); in testDeclDiagOperation()
3633 auto sm = submatrix( lhs_ * rhs_, 1UL, 0UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3658 auto sm = submatrix( lhs_ * rhs_, 0UL, 1UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3971 auto r = row( lhs_ * rhs_, lhs_.size() ); in testRowOperation()
4251 auto r = rows( lhs_ * rhs_, { lhs_.size() } ); in testRowsOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/svecsvecouter/
H A DOperationTest.h468 lhs_ = reflhs_; in testAssignment()
675 ( lhs_ * rhs_ ).at( lhs_.size(), 0UL ); in testElementAccess()
2205 VT1 lhs( lhs_ ); in testDeclSymOperation()
2446 VT1 lhs( lhs_ ); in testDeclHermOperation()
2918 VT1 lhs( lhs_ ); in testDeclUppOperation()
3149 VT1 lhs( lhs_ ); in testDeclDiagOperation()
3624 auto sm = submatrix( lhs_ * rhs_, 1UL, 0UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3649 auto sm = submatrix( lhs_ * rhs_, 0UL, 1UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3947 auto r = row( lhs_ * rhs_, lhs_.size() ); in testRowOperation()
4212 auto r = rows( lhs_ * rhs_, { lhs_.size() } ); in testRowsOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dvecsvecouter/
H A DOperationTest.h471 lhs_ = reflhs_; in testAssignment()
678 ( lhs_ * rhs_ ).at( lhs_.size(), 0UL ); in testElementAccess()
2208 VT1 lhs( lhs_ ); in testDeclSymOperation()
2449 VT1 lhs( lhs_ ); in testDeclHermOperation()
2921 VT1 lhs( lhs_ ); in testDeclUppOperation()
3152 VT1 lhs( lhs_ ); in testDeclDiagOperation()
3627 auto sm = submatrix( lhs_ * rhs_, 1UL, 0UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3652 auto sm = submatrix( lhs_ * rhs_, 0UL, 1UL, lhs_.size(), rhs_.size() ); in testSubmatrixOperation()
3950 auto r = row( lhs_ * rhs_, lhs_.size() ); in testRowOperation()
4215 auto r = rows( lhs_ * rhs_, { lhs_.size() } ); in testRowsOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/tdvecsmatmult/
H A DOperationTest.h413 if( !isEqual( lhs_, reflhs_ ) ) { in testInitialStatus()
508 lhs_ = reflhs_; in testAssignment()
922 dres_ = lhs_ * rhs_; in testBasicOperation()
923 sres_ = lhs_ * rhs_; in testBasicOperation()
934 dres_ = lhs_ * orhs_; in testBasicOperation()
935 sres_ = lhs_ * orhs_; in testBasicOperation()
1628 dres_ = lhs_ * rhs_; in testScaledOperation()
1660 dres_ = lhs_ * rhs_; in testScaledOperation()
1692 dres_ = lhs_ * rhs_; in testScaledOperation()
1724 dres_ = lhs_ * rhs_; in testScaledOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/tsvecsmatmult/
H A DOperationTest.h407 if( !isEqual( lhs_, reflhs_ ) ) { in testInitialStatus()
502 lhs_ = reflhs_; in testAssignment()
916 dres_ = lhs_ * rhs_; in testBasicOperation()
917 sres_ = lhs_ * rhs_; in testBasicOperation()
928 dres_ = lhs_ * orhs_; in testBasicOperation()
929 sres_ = lhs_ * orhs_; in testBasicOperation()
1486 dres_ = lhs_ * rhs_; in testScaledOperation()
1518 dres_ = lhs_ * rhs_; in testScaledOperation()
1550 dres_ = lhs_ * rhs_; in testScaledOperation()
1582 dres_ = lhs_ * rhs_; in testScaledOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/tsvecdmatmult/
H A DOperationTest.h416 if( !isEqual( lhs_, reflhs_ ) ) { in testInitialStatus()
511 lhs_ = reflhs_; in testAssignment()
925 dres_ = lhs_ * rhs_; in testBasicOperation()
926 sres_ = lhs_ * rhs_; in testBasicOperation()
937 dres_ = lhs_ * orhs_; in testBasicOperation()
938 sres_ = lhs_ * orhs_; in testBasicOperation()
1631 dres_ = lhs_ * rhs_; in testScaledOperation()
1663 dres_ = lhs_ * rhs_; in testScaledOperation()
1695 dres_ = lhs_ * rhs_; in testScaledOperation()
1727 dres_ = lhs_ * rhs_; in testScaledOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/tdvecdmatmult/
H A DOperationTest.h416 if( !isEqual( lhs_, reflhs_ ) ) { in testInitialStatus()
511 lhs_ = reflhs_; in testAssignment()
925 dres_ = lhs_ * rhs_; in testBasicOperation()
926 sres_ = lhs_ * rhs_; in testBasicOperation()
937 dres_ = lhs_ * orhs_; in testBasicOperation()
938 sres_ = lhs_ * orhs_; in testBasicOperation()
1631 dres_ = lhs_ * rhs_; in testScaledOperation()
1663 dres_ = lhs_ * rhs_; in testScaledOperation()
1695 dres_ = lhs_ * rhs_; in testScaledOperation()
1727 dres_ = lhs_ * rhs_; in testScaledOperation()
[all …]
/dports/devel/libassa/libassa-3.5.1/assa/
H A DTimeVal.h273 operator+(const TimeVal& lhs_, const TimeVal& rhs_)
275 TimeVal temp(lhs_);
282 operator-(const TimeVal& lhs_, const TimeVal& rhs_)
284 TimeVal temp(lhs_);
306 operator> (const TimeVal& lhs_, const TimeVal& rhs_)
308 return rhs_ < lhs_;
312 operator!=(const TimeVal& lhs_, const TimeVal& rhs_)
314 return !( lhs_ == rhs_ );
318 operator<=(const TimeVal& lhs_, const TimeVal& rhs_)
320 return !(rhs_ < lhs_);
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/smatdmatschur/
H A DOperationTest.h1063 ( lhs_ % rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1079 ( lhs_ % rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1162 ( lhs_ % orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1178 ( lhs_ % orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4744 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4752 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5323 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5331 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5897 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6477 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatsmatschur/
H A DOperationTest.h1063 ( lhs_ % rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1079 ( lhs_ % rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1162 ( lhs_ % orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1178 ( lhs_ % orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4745 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4753 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5324 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5332 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5898 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6478 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatdmatschur/
H A DOperationTest.h1069 ( lhs_ % rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1085 ( lhs_ % rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1168 ( lhs_ % orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1184 ( lhs_ % orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4750 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4758 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5329 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5337 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5903 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6483 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/smatsmatschur/
H A DOperationTest.h1060 ( lhs_ % rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1076 ( lhs_ % rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1159 ( lhs_ % orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1175 ( lhs_ % orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4741 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4749 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5319 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5327 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5893 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6473 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatsvecmult/
H A DOperationTest.h511 lhs_ = reflhs_; in testAssignment()
734 if( lhs_.rows() > 0UL ) in testElementAccess()
796 ( lhs_ * rhs_ ).at( lhs_.rows() ); in testElementAccess()
925 dres_ = lhs_ * rhs_; in testBasicOperation()
926 sres_ = lhs_ * rhs_; in testBasicOperation()
3688 if( lhs_.rows() == 0UL ) in testSubvectorOperation()
4089 auto sv = subvector( lhs_ * rhs_, 1UL, lhs_.rows() ); in testSubvectorOperation()
4117 auto sv = subvector( lhs_ * rhs_, lhs_.rows(), 1UL ); in testSubvectorOperation()
4182 if( lhs_.rows() == 0UL ) in testElementsOperation()
4616 auto e = elements( lhs_ * rhs_, { lhs_.rows() } ); in testElementsOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatdvecmult/
H A DOperationTest.h511 lhs_ = reflhs_; in testAssignment()
734 if( lhs_.rows() > 0UL ) in testElementAccess()
796 ( lhs_ * rhs_ ).at( lhs_.rows() ); in testElementAccess()
925 dres_ = lhs_ * rhs_; in testBasicOperation()
926 sres_ = lhs_ * rhs_; in testBasicOperation()
3688 if( lhs_.rows() == 0UL ) in testSubvectorOperation()
4089 auto sv = subvector( lhs_ * rhs_, 1UL, lhs_.rows() ); in testSubvectorOperation()
4117 auto sv = subvector( lhs_ * rhs_, lhs_.rows(), 1UL ); in testSubvectorOperation()
4182 if( lhs_.rows() == 0UL ) in testElementsOperation()
4616 auto e = elements( lhs_ * rhs_, { lhs_.rows() } ); in testElementsOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/smatdvecmult/
H A DOperationTest.h511 lhs_ = reflhs_; in testAssignment()
734 if( lhs_.rows() > 0UL ) in testElementAccess()
796 ( lhs_ * rhs_ ).at( lhs_.rows() ); in testElementAccess()
925 dres_ = lhs_ * rhs_; in testBasicOperation()
926 sres_ = lhs_ * rhs_; in testBasicOperation()
3688 if( lhs_.rows() == 0UL ) in testSubvectorOperation()
4089 auto sv = subvector( lhs_ * rhs_, 1UL, lhs_.rows() ); in testSubvectorOperation()
4117 auto sv = subvector( lhs_ * rhs_, lhs_.rows(), 1UL ); in testSubvectorOperation()
4182 if( lhs_.rows() == 0UL ) in testElementsOperation()
4616 auto e = elements( lhs_ * rhs_, { lhs_.rows() } ); in testElementsOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatdmatadd/
H A DOperationTest.h1074 ( lhs_ + rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1090 ( lhs_ + rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1173 ( lhs_ + orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1189 ( lhs_ + orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4805 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4813 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5384 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5392 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5958 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6539 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatdmatsub/
H A DOperationTest.h1072 ( lhs_ - rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1088 ( lhs_ - rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1171 ( lhs_ - orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1187 ( lhs_ - orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4802 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4810 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5381 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5389 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5956 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6537 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatsmatadd/
H A DOperationTest.h1072 ( lhs_ + rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1088 ( lhs_ + rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1171 ( lhs_ + orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1187 ( lhs_ + orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4803 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4811 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5382 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5390 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5957 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6538 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/smatdmatsub/
H A DOperationTest.h1072 ( lhs_ - rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1088 ( lhs_ - rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1171 ( lhs_ - orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1187 ( lhs_ - orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4803 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4811 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5382 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5390 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5957 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6538 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatsmatsub/
H A DOperationTest.h1072 ( lhs_ - rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1088 ( lhs_ - rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1171 ( lhs_ - orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1187 ( lhs_ - orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4803 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4811 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5382 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5390 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5957 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6538 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/smatsmatsub/
H A DOperationTest.h1060 ( lhs_ - rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1076 ( lhs_ - rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1159 ( lhs_ - orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1175 ( lhs_ - orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4748 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4756 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5327 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5335 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5902 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6483 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/smatsmatadd/
H A DOperationTest.h1060 ( lhs_ + rhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1076 ( lhs_ + rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
1159 ( lhs_ + orhs_ ).at( 0UL, lhs_.columns() ); in testElementAccess()
1175 ( lhs_ + orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4748 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4756 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5327 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5335 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5902 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6483 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatdmatmax/
H A DOperationTest.h404 ref_.resize( lhs_.rows(), lhs_.columns() ); in OperationTest()
708 if( lhs_.rows() > 0UL && lhs_.columns() > 0UL ) in testElementAccess()
787 max( lhs_, rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
886 max( lhs_, orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4502 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4510 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5086 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5094 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5665 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6251 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/operations/dmatdmatmin/
H A DOperationTest.h404 ref_.resize( lhs_.rows(), lhs_.columns() ); in OperationTest()
708 if( lhs_.rows() > 0UL && lhs_.columns() > 0UL ) in testElementAccess()
787 min( lhs_, rhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
886 min( lhs_, orhs_ ).at( lhs_.rows(), 0UL ); in testElementAccess()
4502 ( lhs_.rows() != lhs_.columns() ) ) in testDeclSymOperation()
4510 MT1 lhs ( lhs_ * trans( lhs_ ) ); in testDeclSymOperation()
5086 ( lhs_.rows() != lhs_.columns() ) ) in testDeclHermOperation()
5094 MT1 lhs ( lhs_ * ctrans( lhs_ ) ); in testDeclHermOperation()
5665 if( lhs_.rows() != lhs_.columns() ) in testDeclLowOperation()
6251 if( lhs_.rows() != lhs_.columns() ) in testDeclUppOperation()
[all …]

12345678910>>...22