Qucs-core
0.0.18
|
#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"
Go to the source code of this file.
Functions | |
static void | initendian (void) |
static void | matlab_header (nr_int32_t rows, nr_int32_t cols, 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 |
Definition at line 48 of file matlab_producer.cpp.
|
static |
Definition at line 55 of file matlab_producer.cpp.
|
static |
Definition at line 109 of file matlab_producer.cpp.
void matlab_producer | ( | void | ) |
Definition at line 172 of file matlab_producer.cpp.
|
static |
Definition at line 129 of file matlab_producer.cpp.
|
static |
Definition at line 93 of file matlab_producer.cpp.
FILE* matlab_out = NULL |
Definition at line 43 of file matlab_producer.cpp.
int matlab_symbols = 1 |
Definition at line 44 of file matlab_producer.cpp.
int nr_bigendian = 0 |
Definition at line 45 of file matlab_producer.cpp.