MCPcopy Create free account
hub / github.com/KratosMultiphysics/Kratos / shape

Method shape

external_libraries/pybind11/numpy.h:1144–1144  ·  view source on GitHub ↗

Dimensions of the array

Source from the content-addressed store, hash-verified

1142
1143 /// Dimensions of the array
1144 const ssize_t *shape() const { return detail::array_proxy(m_ptr)->dimensions; }
1145
1146 /// Dimension along a given axis
1147 ssize_t shape(ssize_t dim) const {

Callers 15

conformableMethod · 0.45
get_shape_for_arrayFunction · 0.45
svd_parallelFunction · 0.45
truncated_svdFunction · 0.45
_PrintRomBasisMethod · 0.45
SetUpMethod · 0.45
InitializeMethod · 0.45
_UpdateWeightsInverseMethod · 0.45
CalculateMethod · 0.45

Calls 1

array_proxyFunction · 0.85

Tested by

no test coverage detected