Searched defs:cols (Results 1 – 3 of 3) sorted by relevance
30 __u16 cols; member
35 inline void db_SetupMatrixRefs(double **ar,long rows,long cols,double *a) in db_SetupMatrixRefs()41 inline void db_SymmetricExtendUpperToLower(double **A,int rows,int cols) in db_SymmetricExtendUpperToLower()
167 void db_PrintDoubleMatrix(double *a,long rows,long cols) in db_PrintDoubleMatrix()