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

Method canBeMutated

JSAT/src/jsat/linear/Vec.java:59–62  ·  view source on GitHub ↗

Indicates whether or not this vector can be mutated. If false, any method that contains "mutate" will not work. By default, this returns true @return true if the vector supports being altered, false other wise.

()

Source from the content-addressed store, hash-verified

57 * other wise.
58 */
59 public boolean canBeMutated()
60 {
61 return true;
62 }
63
64 /**
65 * Returns a suitable vector that can be altered for some function of the

Callers 1

getThisSideMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected