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

Method canBeMutated

JSAT/src/jsat/linear/Matrix.java:139–142  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

137 * other wise.
138 */
139 public boolean canBeMutated()
140 {
141 return true;
142 }
143
144 /**
145 * Returns an appropriate matrix to use for some operation A <i>op</i> B,

Callers 1

getThisSideMatrixMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected