Loading src/UnitTests/Matrices/SparseMatrixTest.h +52 −52 Original line number Diff line number Diff line Loading @@ -380,19 +380,19 @@ TYPED_TEST( ChunkedEllpackMatrixTest, setDimensionsTest ) test_SetDimensions< ChunkedEllpackMatrixType >(); } TYPED_TEST( ChunkedEllpackMatrixTest, setCompressedRowLengthsTest ) { // using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType; // test_SetCompressedRowLengths< ChunkedEllpackMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( ChunkedEllpackMatrixTest, setCompressedRowLengthsTest ) //{ //// using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType; // //// test_SetCompressedRowLengths< ChunkedEllpackMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( ChunkedEllpackMatrixTest, setLikeTest ) { Loading Loading @@ -498,19 +498,19 @@ TYPED_TEST( CSRMatrixTest, setDimensionsTest ) test_SetDimensions< CSRMatrixType >(); } TYPED_TEST( CSRMatrixTest, setCompressedRowLengthsTest ) { // using CSRMatrixType = typename TestFixture::CSRMatrixType; // test_SetCompressedRowLengths< CSRMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( CSRMatrixTest, setCompressedRowLengthsTest ) //{ //// using CSRMatrixType = typename TestFixture::CSRMatrixType; // //// test_SetCompressedRowLengths< CSRMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( CSRMatrixTest, setLikeTest ) { Loading Loading @@ -616,19 +616,19 @@ TYPED_TEST( EllpackMatrixTest, setDimensionsTest ) test_SetDimensions< EllpackMatrixType >(); } TYPED_TEST( EllpackMatrixTest, setCompressedRowLengthsTest ) { // using EllpackMatrixType = typename TestFixture::EllpackMatrixType; // test_SetCompressedRowLengths< EllpackMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( EllpackMatrixTest, setCompressedRowLengthsTest ) //{ //// using EllpackMatrixType = typename TestFixture::EllpackMatrixType; // //// test_SetCompressedRowLengths< EllpackMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( EllpackMatrixTest, setLikeTest ) { Loading Loading @@ -734,19 +734,19 @@ TYPED_TEST( SlicedEllpackMatrixTest, setDimensionsTest ) test_SetDimensions< SlicedEllpackMatrixType >(); } TYPED_TEST( SlicedEllpackMatrixTest, setCompressedRowLengthsTest ) { // using SlicedEllpackMatrixType = typename TestFixture::SlicedEllpackMatrixType; // test_SetCompressedRowLengths< SlicedEllpackMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( SlicedEllpackMatrixTest, setCompressedRowLengthsTest ) //{ //// using SlicedEllpackMatrixType = typename TestFixture::SlicedEllpackMatrixType; // //// test_SetCompressedRowLengths< SlicedEllpackMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( SlicedEllpackMatrixTest, setLikeTest ) { Loading Loading
src/UnitTests/Matrices/SparseMatrixTest.h +52 −52 Original line number Diff line number Diff line Loading @@ -380,19 +380,19 @@ TYPED_TEST( ChunkedEllpackMatrixTest, setDimensionsTest ) test_SetDimensions< ChunkedEllpackMatrixType >(); } TYPED_TEST( ChunkedEllpackMatrixTest, setCompressedRowLengthsTest ) { // using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType; // test_SetCompressedRowLengths< ChunkedEllpackMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( ChunkedEllpackMatrixTest, setCompressedRowLengthsTest ) //{ //// using ChunkedEllpackMatrixType = typename TestFixture::ChunkedEllpackMatrixType; // //// test_SetCompressedRowLengths< ChunkedEllpackMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( ChunkedEllpackMatrixTest, setLikeTest ) { Loading Loading @@ -498,19 +498,19 @@ TYPED_TEST( CSRMatrixTest, setDimensionsTest ) test_SetDimensions< CSRMatrixType >(); } TYPED_TEST( CSRMatrixTest, setCompressedRowLengthsTest ) { // using CSRMatrixType = typename TestFixture::CSRMatrixType; // test_SetCompressedRowLengths< CSRMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( CSRMatrixTest, setCompressedRowLengthsTest ) //{ //// using CSRMatrixType = typename TestFixture::CSRMatrixType; // //// test_SetCompressedRowLengths< CSRMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( CSRMatrixTest, setLikeTest ) { Loading Loading @@ -616,19 +616,19 @@ TYPED_TEST( EllpackMatrixTest, setDimensionsTest ) test_SetDimensions< EllpackMatrixType >(); } TYPED_TEST( EllpackMatrixTest, setCompressedRowLengthsTest ) { // using EllpackMatrixType = typename TestFixture::EllpackMatrixType; // test_SetCompressedRowLengths< EllpackMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( EllpackMatrixTest, setCompressedRowLengthsTest ) //{ //// using EllpackMatrixType = typename TestFixture::EllpackMatrixType; // //// test_SetCompressedRowLengths< EllpackMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( EllpackMatrixTest, setLikeTest ) { Loading Loading @@ -734,19 +734,19 @@ TYPED_TEST( SlicedEllpackMatrixTest, setDimensionsTest ) test_SetDimensions< SlicedEllpackMatrixType >(); } TYPED_TEST( SlicedEllpackMatrixTest, setCompressedRowLengthsTest ) { // using SlicedEllpackMatrixType = typename TestFixture::SlicedEllpackMatrixType; // test_SetCompressedRowLengths< SlicedEllpackMatrixType >(); bool testRan = false; EXPECT_TRUE( testRan ); std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; std::cout << " This test is dependent on the input format. \n"; std::cout << " Almost every format allocates elements per row differently.\n\n"; std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; } //TYPED_TEST( SlicedEllpackMatrixTest, setCompressedRowLengthsTest ) //{ //// using SlicedEllpackMatrixType = typename TestFixture::SlicedEllpackMatrixType; // //// test_SetCompressedRowLengths< SlicedEllpackMatrixType >(); // // bool testRan = false; // EXPECT_TRUE( testRan ); // std::cout << "\nTEST DID NOT RUN. NOT WORKING.\n\n"; // std::cout << " This test is dependent on the input format. \n"; // std::cout << " Almost every format allocates elements per row differently.\n\n"; // std::cout << "\n TODO: Finish implementation of getNonZeroRowLength (Only non-zero elements, not the number of allocated elements.)\n\n"; //} TYPED_TEST( SlicedEllpackMatrixTest, setLikeTest ) { Loading