MCPcopy Create free account
hub / github.com/dmlc/parameter_server / eigenVector

Method eigenVector

src/util/shared_array.h:127–127  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

125 // return an Eigen3 vector, zero-copy
126 typedef Eigen::Map<Eigen::Matrix<V, Eigen::Dynamic, 1> > EVecMap;
127 EVecMap eigenVector() const { return EVecMap(data(), size()); }
128 EVecMap vec() const { return EVecMap(data(), size()); }
129
130 // return an Eigen3 array, zero-copy

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
preprocessDataMethod · 0.80

Calls

no outgoing calls

Tested by 2

TESTFunction · 0.64
TESTFunction · 0.64