GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
ov-perm.cc File Reference
#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 "errwarn.h"
#include "ops.h"
#include "pr-output.h"
#include "ls-oct-text.h"

Go to the source code of this file.

Macros

#define FORWARD_MATRIX_VALUE(TYPE, PREFIX)
 

Macro Definition Documentation

◆ FORWARD_MATRIX_VALUE

#define FORWARD_MATRIX_VALUE (   TYPE,
  PREFIX 
)
Value:
octave_perm_matrix::PREFIX ## _value (bool frc_str_conv) const \
{ \
return to_dense ().PREFIX ## _value (frc_str_conv); \
}
const char * PREFIX
Definition: build-env.cc:230

Definition at line 205 of file ov-perm.cc.