GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cstdlib>
#include <iosfwd>
#include <string>
#include "mx-base.h"
#include "str-vec.h"
#include "error.h"
#include "oct-stream.h"
#include "ov.h"
#include "ov-ch-mat.h"
#include "ov-re-mat.h"
#include "ov-typeinfo.h"
Go to the source code of this file.
Classes | |
class | octave_char_matrix_sq_str |
class | octave_char_matrix_str |
Typedefs | |
typedef octave_char_matrix_str | octave_char_matrix_dq_str |
Definition at line 179 of file ov-str-mat.h.