MCPcopy Create free account
hub / github.com/diffplug/matfilerw / get

Method get

src/main/java/com/jmatio/types/MLSparse.java:171–176  ·  view source on GitHub ↗
(int m, int n)

Source from the content-addressed store, hash-verified

169 }
170
171 @Override
172 public Double get(int m, int n) {
173 IndexMN i = new IndexMN(m, n);
174 Double result = real.get(i);
175 return result == null ? Zeros.DOUBLE : result;
176 }
177
178 @Override
179 public Double get(int index) {

Callers 4

getRealMethod · 0.45
getImaginaryMethod · 0.45
exportRealMethod · 0.45
exportImaginaryMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected