Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getMatrixOfSameType
Method · 0.95
mutableAdd
Method · 0.95
rows
Method · 0.45
cols
Method · 0.45
Tested by
no test coverage detected