MCPcopy Create free account
hub / github.com/arrayfire/arrayfire / resetDims

Method resetDims

src/backend/cpu/Array.hpp:191–191  ·  view source on GitHub ↗

Modifies the dimensions of the array without modifing the underlying data

Source from the content-addressed store, hash-verified

189 // Modifies the dimensions of the array without modifing the underlying
190 // data
191 void resetDims(const af::dim4 &dims) { info.resetDims(dims); }
192 void modDims(const af::dim4 &newDims) { info.modDims(newDims); }
193 void modStrides(const af::dim4 &newStrides) { info.modStrides(newStrides); }
194 void setId(int id) { info.setId(id); }

Callers 8

harrisFunction · 0.45
iirFunction · 0.45
setUniqueFunction · 0.45
setUnionFunction · 0.45
setIntersectFunction · 0.45
susanFunction · 0.45
qrFunction · 0.45
solveFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected