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

Method getRowView

JSAT/src/jsat/linear/SparseMatrix.java:354–358  ·  view source on GitHub ↗
(int r)

Source from the content-addressed store, hash-verified

352 }
353
354 @Override
355 public Vec getRowView(int r)
356 {
357 return rows[r];
358 }
359
360 @Override
361 public double get(int i, int j)

Callers 5

transposeMultiplyMethod · 0.95
mutableAddMethod · 0.45
runMethod · 0.45
multiplyMethod · 0.45
multiplyTransposeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected