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

Method array2d_view

cusp/array2d.h:376–377  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

374 /*! This constructor creates an empty \p array2d vector.
375 */
376 array2d_view(void)
377 : Parent(), pitch(0), values(0) {}
378
379 /*! This constructor creates a array2d_view from another array2d_view.
380 * \param a array2d_view used to create this array2d_view.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected