|
GNU Octave
4.0.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 "oct-hdf5.h"#include "ops.h"#include "ov-base.h"#include "ov-base-int.h"#include "ov-base-int.cc"#include "ov-uint16.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.
Functions | |
| OCTAVE_EXPORT octave_value_list | Fuint16 (const octave_value_list &args, int) |
| OCTAVE_EXPORT octave_value_list Fuint16 | ( | const octave_value_list & | args, |
| int | |||
| ) |
Definition at line 76 of file ov-uint16.cc.
References OCTAVE_TYPE_CONV_BODY.
1.8.8