MCPcopy Create free account
hub / github.com/BoevaLab/FREEC / GetData

Method GetData

src/apvt.h:71–72  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69 raw_vector(T *Data, int Length, int Step):const_raw_vector<T>(Data, Length, Step){};
70
71 T* GetData()
72 { return const_raw_vector<T>::pData; };
73};
74
75

Callers 6

vdotproductFunction · 0.45
vmoveFunction · 0.45
vmovenegFunction · 0.45
vaddFunction · 0.45
vsubFunction · 0.45
vmulFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected