MCPcopy Create free account
hub / github.com/cusplibrary/cusplibrary / array2d

Method array2d

cusp/array2d.h:152–153  ·  view source on GitHub ↗

! This constructor creates an empty \p array2d vector. */

Source from the content-addressed store, hash-verified

150 /*! This constructor creates an empty \p array2d vector.
151 */
152 array2d(void)
153 : Parent(), pitch(0), values(0) {}
154
155 /*! This constructor creates a array2d vector with the given
156 * shape.

Callers

nothing calls this directly

Calls 2

minor_dimensionFunction · 0.85
orientationClass · 0.85

Tested by

no test coverage detected