The R Project SVN R

Rev

Rev 5458 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5458 Rev 6994
Line 249... Line 249...
249
 
249
 
250
static void printComplexMatrix(SEXP sx, int offset, int r, int c,
250
static void printComplexMatrix(SEXP sx, int offset, int r, int c,
251
			       SEXP rl, SEXP cl, char *rn, char *cn)
251
			       SEXP rl, SEXP cl, char *rn, char *cn)
252
{
252
{
253
    SEXP sdr, ser, swr, sdi, sei, swi, sw;
253
    SEXP sdr, ser, swr, sdi, sei, swi, sw;
254
    complex *x;
254
    Rcomplex *x;
255
    int *dr, *er, *wr, *di, *ei, *wi, *w;
255
    int *dr, *er, *wr, *di, *ei, *wi, *w;
256
    int width, rlabw, clabw, rnw;
256
    int width, rlabw, clabw, rnw;
257
    int i, j, jmin, jmax, lbloff = 0;
257
    int i, j, jmin, jmax, lbloff = 0;
258
 
258
 
259
    if (!isNull(rl))
259
    if (!isNull(rl))