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

Method clone

JSAT/src/jsat/linear/GenericMatrix.java:932–938  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

930 }
931
932 @Override
933 public Matrix clone()
934 {
935 Matrix clone = getMatrixOfSameType(rows(), cols());
936 clone.mutableAdd(this);
937 return clone;
938 }
939}

Callers

nothing calls this directly

Calls 4

getMatrixOfSameTypeMethod · 0.95
mutableAddMethod · 0.95
rowsMethod · 0.45
colsMethod · 0.45

Tested by

no test coverage detected