GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "lo-ieee.h"
#include "lo-mappers.h"
#include "lo-math.h"
#include "dNDArray.h"
#include "CNDArray.h"
#include "quit.h"
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "ov-cx-mat.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
Go to the source code of this file.
Macros | |
#define | MAKE_INT_BRANCH(X) |
#define | MAKE_INT_BRANCH(X) |
#define | MAKE_INT_BRANCH(X) |
#define MAKE_INT_BRANCH | ( | X | ) |
#define MAKE_INT_BRANCH | ( | X | ) |
#define MAKE_INT_BRANCH | ( | X | ) |
|
static |
Definition at line 601 of file max.cc.
References arg(), btyp_bool, btyp_complex, btyp_double, btyp_float, btyp_float_complex, octave_value::builtin_type(), error(), error_state, gripe_wrong_type_arg(), octave_value_list::length(), MAKE_INT_BRANCH, and print_usage().
|
static |
Definition at line 569 of file max.cc.
References arg(), error_state, octave_value(), and octave_value_list::resize().
|
static |
Definition at line 151 of file max.cc.
References error_state, octave_value::is_scalar_type(), max(), min(), and x.
octave_value do_minmax_bin_op< charNDArray > | ( | const octave_value & | argx, |
const octave_value & | argy, | ||
bool | ismin | ||
) |
Definition at line 208 of file max.cc.
References error_state, max(), min(), NDArray, octave_value_extract< char >(), octave_value_extract< charNDArray >(), and x.
Referenced by do_minmax_body().
|
static |
Definition at line 254 of file max.cc.
References arg(), btyp_bool, btyp_char, btyp_complex, btyp_double, btyp_float, btyp_float_complex, btyp_mixed_numeric(), octave_value::builtin_type(), do_minmax_bin_op< charNDArray >(), do_minmax_red_op< boolNDArray >(), do_minmax_red_op< charNDArray >(), error(), error_state, gripe_wrong_type_arg(), Range::inc(), octave_value::is_range(), octave_value::is_scalar_type(), octave_value::is_sparse_type(), octave_value_list::length(), MAKE_INT_BRANCH, Range::max(), Range::min(), Range::nelem(), print_usage(), octave_value::range_value(), and warning().
|
static |
Definition at line 46 of file max.cc.
References arg(), error_state, octave_value(), and octave_value_list::resize().
octave_value_list do_minmax_red_op< boolNDArray > | ( | const octave_value & | arg, |
int | nargout, | ||
int | dim, | ||
bool | ismin | ||
) |
Definition at line 121 of file max.cc.
References boolNDArray::all(), boolNDArray::any(), arg(), error_state, and Array< T >::is_empty().
Referenced by do_minmax_body().
octave_value_list do_minmax_red_op< charNDArray > | ( | const octave_value & | arg, |
int | nargout, | ||
int | dim, | ||
bool | ismin | ||
) |
Definition at line 87 of file max.cc.
References arg(), error_state, charNDArray::max(), charNDArray::min(), NDArray, octave_value(), octave_value_extract< charNDArray >(), and octave_value_list::resize().
Referenced by do_minmax_body().
OCTAVE_EXPORT octave_value_list Fcummax | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 756 of file max.cc.
References do_cumminmax_body().
OCTAVE_EXPORT octave_value_list Fcummin | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 702 of file max.cc.
References do_cumminmax_body().
OCTAVE_EXPORT octave_value_list Fmax | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 543 of file max.cc.
References do_minmax_body().
OCTAVE_EXPORT octave_value_list Fmin | ( | const octave_value_list & | args, |
int | nargout | ||
) |
Definition at line 468 of file max.cc.
References do_minmax_body().