MCPcopy Create free account
hub / github.com/dhale/jtk / fillContainer

Method fillContainer

core/src/main/java/edu/mines/jtk/opt/ArrayVect1f.java:143–149  ·  view source on GitHub ↗

Fill a VectContainer with instances of ArrayVect1f from a 2D array. @param container Container to be filled with instances of float[] wrapped as ArrayVect1f. @param data Array of data to be wrapped. @param firstSamples Array of first non-zero samples in each array. @p

(final VectContainer container,
                                     final int[] firstSamples,
                                     final float[][] data, final double variance)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls 1

putMethod · 0.65

Tested by

no test coverage detected