GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "byte-swap.h"
#include "dim-vector.h"
#include "mxarray.h"
#include "ov-perm.h"
#include "ov-re-mat.h"
#include "ov-scalar.h"
#include "error.h"
#include "gripes.h"
#include "ops.h"
#include "pr-output.h"
#include "ls-oct-ascii.h"
Go to the source code of this file.
Macros | |
#define | FORWARD_MATRIX_VALUE(TYPE, PREFIX) |
Functions | |
static octave_base_value * | default_numeric_conversion_function (const octave_base_value &a) |
DEFINE_OCTAVE_ALLOCATOR (octave_perm_matrix) |
#define FORWARD_MATRIX_VALUE | ( | TYPE, | |
PREFIX | |||
) |
Definition at line 209 of file ov-perm.cc.
|
static |
Definition at line 429 of file ov-perm.cc.
References CAST_CONV_ARG.
Referenced by octave_perm_matrix::numeric_conversion_function().
DEFINE_OCTAVE_ALLOCATOR | ( | octave_perm_matrix | ) |