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

Method testDiag

JSAT/test/jsat/linear/MatrixTest.java:151–158  ·  view source on GitHub ↗

Test of diag method, of class Matrix.

()

Source from the content-addressed store, hash-verified

149 * Test of diag method, of class Matrix.
150 */
151 @Test
152 public void testDiag()
153 {
154 System.out.println("diag");
155
156 assertEquals(Matrix.eye(5), Matrix.diag(new ConstantVector(1.0, 5)));
157
158 }
159
160 /**
161 * Test of diagMult method, of class Matrix.

Callers

nothing calls this directly

Calls 2

eyeMethod · 0.95
diagMethod · 0.95

Tested by

no test coverage detected