MCPcopy Create free account
hub / github.com/EdwardRaff/JSAT / testNnz

Method testNnz

JSAT/test/jsat/linear/GenericMatrixTest.java:801–806  ·  view source on GitHub ↗

Test of nnz method, of class TestImp.

()

Source from the content-addressed store, hash-verified

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.

Callers

nothing calls this directly

Calls 1

nnzMethod · 0.45

Tested by

no test coverage detected