#include "byte-swap.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.
Defines | |
#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_OV_TYPEID_FUNCTIONS_AND_DATA (octave_perm_matrix,"permutation matrix","double") |
#define FORWARD_MATRIX_VALUE | ( | TYPE, | ||
PREFIX | ||||
) |
TYPE \ octave_perm_matrix::PREFIX ## _value (bool frc_str_conv) const \ { \ return to_dense ().PREFIX ## _value (frc_str_conv); \ }
Definition at line 207 of file ov-perm.cc.
static octave_base_value* default_numeric_conversion_function | ( | const octave_base_value & | a | ) | [static] |
Definition at line 425 of file ov-perm.cc.
References CAST_CONV_ARG.
Referenced by octave_perm_matrix::numeric_conversion_function().
DEFINE_OCTAVE_ALLOCATOR | ( | octave_perm_matrix | ) |
DEFINE_OV_TYPEID_FUNCTIONS_AND_DATA | ( | octave_perm_matrix | , | |
"permutation matrix" | , | |||
"double" | ||||
) |