Go to the documentation of this file. 1 #ifndef DISPLAY_FUNCIONS_H
2 #define DISPLAY_FUNCIONS_H
9 int display(
const intArray & x,
const char *label=
NULL, FILE *file =
NULL,
const char *format_=
NULL,
10 const Index *Iv=
NULL );
11 int display(
const floatArray & x,
const char *label=
NULL, FILE *file =
NULL,
const char *format_=
NULL,
12 const Index *Iv=
NULL );
13 int display(
const doubleArray & x,
const char *label=
NULL, FILE *file =
NULL,
const char *format_=
NULL,
14 const Index *Iv=
NULL );
16 int display(
const intArray & x,
const char *label,
const char *format_,
const Index *Iv=
NULL );
17 int display(
const floatArray & x,
const char *label,
const char *format_,
const Index *Iv=
NULL );
18 int display(
const doubleArray & x,
const char *label,
const char *format_,
const Index *Iv=
NULL );
22 const Index *Iv=
NULL);
24 const Index *Iv=
NULL);
26 const Index *Iv=
NULL);
30 const Index *Iv=
NULL);
32 const Index *Iv=
NULL);
41 int display(
const intSerialArray & x,
const char *label=
NULL, FILE *file =
NULL,
const char *format_=
NULL,
42 const Index *Iv=
NULL );
43 int display(
const floatSerialArray & x,
const char *label=
NULL, FILE *file =
NULL,
const char *format_=
NULL,
44 const Index *Iv=
NULL );
45 int display(
const doubleSerialArray & x,
const char *label=
NULL, FILE *file =
NULL,
const char *format_=
NULL,
46 const Index *Iv=
NULL );
48 int display(
const intSerialArray & x,
const char *label,
const char *format_,
const Index *Iv=
NULL );
49 int display(
const floatSerialArray & x,
const char *label,
const char *format_,
const Index *Iv=
NULL );
50 int display(
const doubleSerialArray & x,
const char *label,
const char *format_,
const Index *Iv=
NULL );
53 const Index *Iv=
NULL);
55 const Index *Iv=
NULL);
57 const Index *Iv=
NULL);
61 const Index *Iv=
NULL);
63 const Index *Iv=
NULL);