MCPcopy Create free account
hub / github.com/davisking/dlib / mat_row

Class mat_row

tools/python/src/matrix.cpp:121–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121struct mat_row
122{
123 mat_row() : data(0),size(0) {}
124 mat_row(double* data_, long size_) : data(data_),size(size_) {}
125 double* data;
126 long size;
127};
128
129void mat_row__setitem__(mat_row& c, long p, double val)
130{

Callers 1

matrix_double__getitem__Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected