Test of nnz method, of class TestImp.
()
| 799 | * Test of nnz method, of class TestImp. |
| 800 | */ |
| 801 | @Test |
| 802 | public void testNnz() |
| 803 | { |
| 804 | assertEquals(5*5, A.nnz()); |
| 805 | assertEquals(5*7, C.nnz()); |
| 806 | } |
| 807 | |
| 808 | /** |
| 809 | * Test of clone method, of class TestImp. |