Functions | |
Gan_Bool | gan_vec_fprint (FILE *fp, const Gan_Vector *x, const char *prefix, int indent, const char *fmt) |
Print vector to file pointer. | |
Gan_Vector * | gan_vec_fscanf_q (FILE *fp, Gan_Vector *x, char *prefix, int prefix_len) |
Read vector from file. | |
Gan_Bool | gan_vec_fwrite (FILE *fp, const Gan_Vector *x, gan_uint32 magic_number) |
Print vector to binary file pointer. | |
Gan_Vector * | gan_vec_fread_q (FILE *fp, Gan_Vector *x, gan_uint32 *magic_number) |
Read vector from file. | |
Gan_Bool | gan_vec_print (const Gan_Vector *x, const char *prefix, int indent, const char *fmt) |
Macro: Print vector to standard output. | |
Gan_Vector * | gan_vec_fscanf_s (FILE *fp, const char *prefix, int prefix_len) |
Macro: Read vector from file. | |
Gan_Vector * | gan_vec_fread_s (FILE *fp, gan_uint32 *magic_number) |
Macro: Read vector from file in binary format. | |
Gan_Bool | gan_vecf_fprint (FILE *fp, const Gan_Vector_f *x, const char *prefix, int indent, const char *fmt) |
Print vector to file pointer. | |
Gan_Vector_f * | gan_vecf_fscanf_q (FILE *fp, Gan_Vector_f *x, char *prefix, int prefix_len) |
Read vector from file. | |
Gan_Bool | gan_vecf_fwrite (FILE *fp, const Gan_Vector_f *x, gan_uint32 magic_number) |
Print vector to binary file pointer. | |
Gan_Vector_f * | gan_vecf_fread_q (FILE *fp, Gan_Vector_f *x, gan_uint32 *magic_number) |
Read vector from file. | |
Gan_Bool | gan_vecf_print (const Gan_Vector_f *x, const char *prefix, int indent, const char *fmt) |
Macro: Print vector to standard output. | |
Gan_Vector_f * | gan_vecf_fscanf_s (FILE *fp, const char *prefix, int prefix_len) |
Macro: Read vector from file. | |
Gan_Vector_f * | gan_vecf_fread_s (FILE *fp, gan_uint32 *magic_number) |
Macro: Read vector from file in binary format. |
|
Print vector to file pointer. Print vector x to file pointer fp, with prefix string prefix, indentation indent and floating-point format fmt. |
|
Read vector from file.
NULL .
|
|
Macro: Read vector from file in binary format. Read vector from file pointer fp in binary format. The magic number for the vector is read from the file into the provided pointer.
|
|
Read vector from file.
Read vector x from file pointer fp. The prefix string for the matrix is read from the file into the prefix string, up to the maximum length prefix_len of the prefix string. Any remaining characters after prefix has been filled are ignored. Pass
|
|
Macro: Read vector from file.
Read vector from file pointer fp. The prefix string for the vector is read from the file into the prefix string, up to the maximum length prefix_len of the prefix string. Any remaining characters after prefix has been filled are ignored. Pass
|
|
Print vector to binary file pointer. Print vector x to file pointer fp in binary format, with 32-bit magic number printed first. |
|
Macro: Print vector to standard output. Print vector x to standard output, with prefix string prefix, indentation indent and floating-point format fmt. |
|
Print vector to file pointer. Print vector x to file pointer fp, with prefix string prefix, indentation indent and floating-point format fmt. |
|
Read vector from file.
NULL .
|
|
Macro: Read vector from file in binary format. Read vector from file pointer fp in binary format. The magic number for the vector is read from the file into the provided pointer.
|
|
Read vector from file.
Read vector x from file pointer fp. The prefix string for the matrix is read from the file into the prefix string, up to the maximum length prefix_len of the prefix string. Any remaining characters after prefix has been filled are ignored. Pass
|
|
Macro: Read vector from file.
Read vector from file pointer fp. The prefix string for the vector is read from the file into the prefix string, up to the maximum length prefix_len of the prefix string. Any remaining characters after prefix has been filled are ignored. Pass
|
|
Print vector to binary file pointer. Print vector x to file pointer fp in binary format, with 32-bit magic number printed first. |
|
Macro: Print vector to standard output. Print vector x to standard output, with prefix string prefix, indentation indent and floating-point format fmt. |