|
Qucs-core
0.0.19
|
#include <stdio.h>#include <stdlib.h>#include <time.h>#include <ctype.h>#include <string.h>#include "matlab_producer.h"#include "matrix.h"#include "matvec.h"#include "constants.h"#include <cstdint>
Go to the source code of this file.
Functions | |
| static void | initendian (void) |
| static void | matlab_header (int32_t rows, int32_t cols, const char *name) |
| static void | matlab_vector (::vector *v) |
| static void | matlab_matrix (matrix *m) |
| static void | matlab_save (::vector *v) |
| void | matlab_producer (void) |
Variables | |
| FILE * | matlab_out = NULL |
| int | matlab_symbols = 1 |
| int | nr_bigendian = 0 |
| static void initendian | ( | void | ) | [static] |
Definition at line 51 of file matlab_producer.cpp.
| static void matlab_header | ( | int32_t | rows, |
| int32_t | cols, | ||
| const char * | name | ||
| ) | [static] |
Definition at line 58 of file matlab_producer.cpp.
| static void matlab_matrix | ( | matrix * | m | ) | [static] |
Definition at line 113 of file matlab_producer.cpp.
| void matlab_producer | ( | void | ) |
Definition at line 176 of file matlab_producer.cpp.
| static void matlab_save | ( | ::vector * | v | ) | [static] |
Definition at line 133 of file matlab_producer.cpp.
| static void matlab_vector | ( | ::vector * | v | ) | [static] |
Definition at line 97 of file matlab_producer.cpp.
| FILE* matlab_out = NULL |
Definition at line 45 of file matlab_producer.cpp.
| int matlab_symbols = 1 |
Definition at line 46 of file matlab_producer.cpp.
| int nr_bigendian = 0 |
Definition at line 47 of file matlab_producer.cpp.
1.7.6.1