Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSees/OpenSees
/ multi_array
Method
multi_array
OTHER/AMGCL/amgcl/util.hpp:205–208 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
203
public:
204
template <class... I>
205
multi_array(I... n) {
206
static_assert(sizeof...(I) == N,
"Wrong number of dimensions"
);
207
buf.resize(init(n...));
208
}
209
210
size_t size() const {
211
return buf.size();
Callers
nothing calls this directly
Calls
2
init
Function · 0.85
resize
Method · 0.45
Tested by
no test coverage detected