Home
last modified time | relevance | path

Searched refs:SparseTest (Results 1 – 25 of 135) sorted by relevance

123456

/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/views/band/
H A DSparseTest.h75 class SparseTest
81 explicit SparseTest();
214 void SparseTest::checkSize( const Type& band, size_t expectedSize ) const in checkSize()
242 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
270 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
298 void SparseTest::checkCapacity( const Type& object, size_t minCapacity ) const in checkCapacity()
326 void SparseTest::checkNonZeros( const Type& object, size_t expectedNonZeros ) const in checkNonZeros()
365 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
407 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/views/submatrix/
H A DSparseTest.h72 class SparseTest
78 explicit SparseTest();
215 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
243 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
271 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
300 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
329 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
368 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
410 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/views/elements/
H A DSparseTest.h72 class SparseTest
78 explicit SparseTest();
183 void SparseTest::checkSize( const Type& vector, size_t expectedSize ) const in checkSize()
210 void SparseTest::checkCapacity( const Type& vector, size_t minCapacity ) const in checkCapacity()
238 void SparseTest::checkNonZeros( const Type& vector, size_t expectedNonZeros ) const in checkNonZeros()
278 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/views/subvector/
H A DSparseTest.h72 class SparseTest
78 explicit SparseTest();
183 void SparseTest::checkSize( const Type& vector, size_t expectedSize ) const in checkSize()
210 void SparseTest::checkCapacity( const Type& vector, size_t minCapacity ) const in checkCapacity()
238 void SparseTest::checkNonZeros( const Type& vector, size_t expectedNonZeros ) const in checkNonZeros()
278 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/strictlyuppermatrix/
H A DSparseTest.h79 class SparseTest
85 explicit SparseTest();
270 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
298 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
325 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
354 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
383 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
422 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
464 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/uppermatrix/
H A DSparseTest.h79 class SparseTest
85 explicit SparseTest();
270 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
298 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
325 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
354 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
383 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
422 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
464 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/uniuppermatrix/
H A DSparseTest.h79 class SparseTest
85 explicit SparseTest();
269 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
297 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
324 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
353 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
382 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
421 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
463 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/unilowermatrix/
H A DSparseTest.h79 class SparseTest
85 explicit SparseTest();
269 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
297 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
324 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
353 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
382 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
421 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
463 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/diagonalmatrix/
H A DSparseTest.h78 class SparseTest
84 explicit SparseTest();
269 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
297 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
324 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
353 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
382 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
421 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
463 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/lowermatrix/
H A DSparseTest.h79 class SparseTest
85 explicit SparseTest();
270 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
298 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
325 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
354 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
383 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
422 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
464 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/blazetest/mathtest/adaptors/strictlylowermatrix/
H A DSparseTest.h80 class SparseTest
86 explicit SparseTest();
271 void SparseTest::checkRows( const Type& matrix, size_t expectedRows ) const in checkRows()
299 void SparseTest::checkColumns( const Type& matrix, size_t expectedColumns ) const in checkColumns()
326 void SparseTest::checkCapacity( const Type& matrix, size_t minCapacity ) const in checkCapacity()
355 void SparseTest::checkCapacity( const Type& matrix, size_t index, size_t minCapacity ) const in checkCapacity()
384 void SparseTest::checkNonZeros( const Type& matrix, size_t expectedNonZeros ) const in checkNonZeros()
423 void SparseTest::checkNonZeros( const Type& matrix, size_t index, size_t expectedNonZeros ) const in checkNonZeros()
465 SparseTest(); in runTest()
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/band/
H A DMakefile62 SparseTest: SparseTest.o target
H A Drun41 EXE=$PATH_BAND/SparseTest; if [ -x $EXE ]; then $EXE; if [ $? != 0 ]; then exit 1; fi fi
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/elements/
H A DMakefile62 SparseTest: SparseTest.o target
H A DSparseTest.cpp70 SparseTest::SparseTest() in SparseTest() function in blazetest::mathtest::views::elements::SparseTest
1696 void SparseTest::testScaling() in testScaling()
2574 void SparseTest::testReset() in testReset()
2670 void SparseTest::testClear() in testClear()
2800 void SparseTest::testSet() in testSet()
2952 void SparseTest::testInsert() in testInsert()
3085 void SparseTest::testAppend() in testAppend()
3144 void SparseTest::testErase() in testErase()
3635 void SparseTest::testFind() in testFind()
3957 void SparseTest::testIsSame() in testIsSame()
[all …]
H A Drun41 EXE=$PATH_ELEMENTS/SparseTest; if [ -x $EXE ]; then $EXE; if [ $? != 0 ]; then exit 1; fi fi
/dports/math/blaze/blaze-3.8/blazetest/src/mathtest/views/subvector/
H A DMakefile64 SparseTest: SparseTest.o target
H A DSparseTest.cpp70 SparseTest::SparseTest() in SparseTest() function in blazetest::mathtest::views::subvector::SparseTest
159 void SparseTest::testAssignment() in testAssignment()
1202 void SparseTest::testScaling() in testScaling()
2080 void SparseTest::testReset() in testReset()
2176 void SparseTest::testClear() in testClear()
2306 void SparseTest::testSet() in testSet()
2458 void SparseTest::testInsert() in testInsert()
2591 void SparseTest::testAppend() in testAppend()
2650 void SparseTest::testErase() in testErase()
3141 void SparseTest::testFind() in testFind()
[all …]
H A Drun42 EXE=$PATH_SUBVECTOR/SparseTest; if [ -x $EXE ]; then $EXE; if [ $? != 0 ]; then exit 1; fi …
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/regress/tests/
H A Dsparse-test7 JobName=SparseTest
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/regress/tests/
H A Dsparse-test7 JobName=SparseTest
/dports/sysutils/bareos-client/bareos-Release-20.0.3/regress/tests/
H A Dsparse-test7 JobName=SparseTest
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/regress/tests/
H A Dsparse-test7 JobName=SparseTest
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/regress/tests/
H A Dsparse-test7 JobName=SparseTest
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/regress/tests/
H A Dsparse-test7 JobName=SparseTest

123456