|
GNU Octave
4.0.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 FORWARD_MATRIX_VALUE | ( | TYPE, | |
| PREFIX | |||
| ) |
Definition at line 206 of file ov-perm.cc.
|
static |
Definition at line 423 of file ov-perm.cc.
References CAST_CONV_ARG.
Referenced by octave_perm_matrix::numeric_conversion_function().
1.8.8