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

Method getRowView

JSAT/src/jsat/linear/DenseMatrix.java:625–629  ·  view source on GitHub ↗
(int r)

Source from the content-addressed store, hash-verified

623 }
624
625 @Override
626 public Vec getRowView(int r)
627 {
628 return new DenseVector(matrix[r]);
629 }
630
631 @Override
632 public Matrix[] lup()

Callers 2

transformMethod · 0.95

Calls

no outgoing calls

Tested by 1