MCPcopy Create free account
hub / github.com/OpenSees/OpenSees / data

Method data

SRC/matrix/MatrixND.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40 inline constexpr const T& operator()(int i, int j) const noexcept { return values[j*NR + i]; }
41
42 constexpr T* data() noexcept { return &(*this)(0,0); }
43 inline constexpr const T* data() const noexcept { return values.data(); }
44
45 // Convert to regular Matrix class

Callers 15

textToBinaryFunction · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
getNodePtrsMethod · 0.45
OPS_getPatternsFunction · 0.45
OPS_getFixedNodesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected