8 #define ismatrix(p) ((isarray(p) && \ 9 p->c.ary.rank==makeint(2) && \ 10 elmtypeof(p->c.ary.entity)==ELM_FLOAT)) 11 #define rowsize(p) (intval(p->c.ary.dim[0])) 12 #define colsize(p) (intval(p->c.ary.dim[1])) 22 float *amat,e[10],work[10];
23 int col,row,ucol,urow,vcol,vrow,flag=11,info;
32 if (debug) printf(
"ssvdc: row=%d col=%d\n",row,col);
pointer SSVDC(context *ctx, int n, argv)
defun("ADR_TO_STRING", mod, ADR_TO_STRING)
pointer error(enum errorcode ec,...) pointer error(va_alist) va_dcl
ssvdc(context *ctx, int n, argv)