GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>
#include <limits>
#include "lo-ieee.h"
#include "lo-utils.h"
#include "mx-base.h"
#include "quit.h"
#include "defun.h"
#include "gripes.h"
#include "oct-obj.h"
#include "oct-lvalue.h"
#include "ops.h"
#include "ov-base.h"
#include "ov-base-int.h"
#include "ov-base-int.cc"
#include "ov-int16.h"
#include "ov-type-conv.h"
#include "pr-output.h"
#include "variables.h"
#include "byte-swap.h"
#include "ls-oct-ascii.h"
#include "ls-utils.h"
#include "ls-hdf5.h"
Go to the source code of this file.
Macros | |
#define | HDF5_SAVE_TYPE H5T_NATIVE_INT16 |
Functions | |
DEFINE_OCTAVE_ALLOCATOR (octave_int16_matrix) | |
DEFINE_OCTAVE_ALLOCATOR (octave_int16_scalar) | |
DEFUN (int16, args,,"-*- texinfo -*-\n\ @deftypefn {Built-in Function} {} int16 (@var{x})\n\ Convert @var{x} to 16-bit integer type.\n\ @end deftypefn") |
#define HDF5_SAVE_TYPE H5T_NATIVE_INT16 |
Definition at line 43 of file ov-int16.cc.
Referenced by octave_base_int_matrix< T >::load_hdf5(), octave_base_int_scalar< T >::load_hdf5(), octave_base_int_matrix< T >::save_hdf5(), and octave_base_int_scalar< T >::save_hdf5().
DEFINE_OCTAVE_ALLOCATOR | ( | octave_int16_matrix | ) |
DEFINE_OCTAVE_ALLOCATOR | ( | octave_int16_scalar | ) |
DEFUN | ( | int16 | , |
args | |||
) |
Definition at line 76 of file ov-int16.cc.
References OCTAVE_TYPE_CONV_BODY.