GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <algorithm>
#include "defun.h"
#include "error.h"
#include "gripes.h"
#include "oct-obj.h"
#include "utils.h"
Go to the source code of this file.
Functions | |
OCTAVE_EXPORT octave_value_list | Fhex2num (const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list | Fnum2hex (const octave_value_list &args, int) |
OCTAVE_EXPORT octave_value_list Fhex2num | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 65 of file hex2num.cc.
References Array< T >::columns(), Array< T >::elem(), error(), error_state, print_usage(), and Array< T >::rows().
OCTAVE_EXPORT octave_value_list Fnum2hex | ( | const octave_value_list & | args, |
int | |||
) |
Definition at line 229 of file hex2num.cc.
References Array< T >::elem(), error_state, Array< T >::fortran_vec(), Array< T >::length(), and print_usage().