GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <cctype>
#include <iostream>
#include <vector>
#include "data-conv.h"
#include "lo-ieee.h"
#include "mach-info.h"
#include "mx-base.h"
#include "oct-locbuf.h"
#include "byte-swap.h"
#include "defun.h"
#include "gripes.h"
#include "ls-ascii-helper.h"
#include "ls-hdf5.h"
#include "ls-oct-ascii.h"
#include "ls-utils.h"
#include "oct-obj.h"
#include "oct-stream.h"
#include "ops.h"
#include "ov-scalar.h"
#include "ov-re-mat.h"
#include "ov-str-mat.h"
#include "pr-output.h"
#include "pt-mat.h"
#include "utils.h"
Go to the source code of this file.
Macros | |
#define | CHAR_MATRIX_CONV(T, INIT, TNAME, FCN) |
#define CHAR_MATRIX_CONV | ( | T, | |
INIT, | |||
TNAME, | |||
FCN | |||
) |
Definition at line 154 of file ov-str-mat.cc.
Referenced by octave_char_matrix_str::array_value(), octave_char_matrix_str::complex_array_value(), octave_char_matrix_str::complex_matrix_value(), octave_char_matrix_str::complex_value(), octave_char_matrix_str::double_value(), and octave_char_matrix_str::matrix_value().
|
static |
Definition at line 64 of file ov-str-mat.cc.
References CAST_CONV_ARG, error_state, and Array< T >::numel().
Referenced by octave_char_matrix_str::numeric_conversion_function().
DEFINE_OCTAVE_ALLOCATOR | ( | octave_char_matrix_str | ) |
DEFINE_OCTAVE_ALLOCATOR | ( | octave_char_matrix_sq_str | ) |