Home
last modified time | relevance | path

Searched defs:blasfeo_dmat (Results 1 – 1 of 1) sorted by relevance

/dports/math/blasfeo/blasfeo-0.1.2/include/
H A Dblasfeo_common.h67 struct blasfeo_dmat struct
69 int m; // rows
70 int n; // cols
71 int pm; // packed number or rows
72 int cn; // packed number or cols
73 double *pA; // pointer to a pm*pn array of doubles, the first is aligned to cache line size
74 double *dA; // pointer to a min(m,n) (or max???) array of doubles
75 int use_dA; // flag to tell if dA can be used
76 int memsize; // size of needed memory