Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/davisking/dlib
/ array2d
Method
array2d
dlib/array2d/array2d_kernel.h:134–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
// -----------------------------------
133
134
array2d (
135
) :
136
data(0),
137
nc_(0),
138
nr_(0),
139
cur(0),
140
last(0),
141
at_start_(true)
142
{
143
}
144
145
array2d(
146
long rows,
Callers
nothing calls this directly
Calls
1
swap
Function · 0.70
Tested by
no test coverage detected