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

Method testNnz

JSAT/test/jsat/linear/DenseMatrixTest.java:662–667  ·  view source on GitHub ↗

Test of nnz method, of class DenseMatrix.

()

Source from the content-addressed store, hash-verified

660 * Test of nnz method, of class DenseMatrix.
661 */
662 @Test
663 public void testNnz()
664 {
665 assertEquals(5*5, A.nnz());
666 assertEquals(5*7, C.nnz());
667 }
668
669 /**
670 * Test of clone method, of class DenseMatrix.

Callers

nothing calls this directly

Calls 1

nnzMethod · 0.45

Tested by

no test coverage detected