MCPcopy Create free account
hub / github.com/KAlO2/PerfectShow / Buf

Function Buf

jni/stasm/misc.h:195–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

193// MStep step;
194
195static inline double* Buf(const MAT& mat) // access MAT data buffer
196{
197 return (double*)(mat.data);
198}
199
200static inline VEC AsColVec(const MAT& mat) // view entire matrix as a col vector
201{

Callers 15

SumAbsElemsFunction · 0.85
SubProfFunction · 0.85
xAxFunction · 0.85
GetHatFitFunction · 0.85
AsColVecFunction · 0.85
AsRowVecFunction · 0.85
ConformShapeToModFunction · 0.85
InitGradMagAndOrientMatsFunction · 0.85
CopyHistsToDescFunction · 0.85
NormalizeDescFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected