GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Typedefs | |
typedef printf_format_elt * | printf_format_elt_ptr |
typedef scanf_format_elt * | scanf_format_elt_ptr |
Variables | |
template class OCTAVE_API | Array< bool > |
template class OCTAVE_API | Array< octave_idx_type > |
typedef printf_format_elt* printf_format_elt_ptr |
Definition at line 38 of file Array-os.cc.
typedef scanf_format_elt* scanf_format_elt_ptr |
Definition at line 37 of file Array-os.cc.
INSTANTIATE_ARRAY | ( | scanf_format_elt_ptr | , |
OCTINTERP_API | |||
) |
INSTANTIATE_ARRAY | ( | printf_format_elt_ptr | , |
OCTINTERP_API | |||
) |
INSTANTIATE_ARRAY | ( | octave_stream | , |
OCTINTERP_API | |||
) |
NO_INSTANTIATE_ARRAY_SORT | ( | scanf_format_elt_ptr | ) |
NO_INSTANTIATE_ARRAY_SORT | ( | printf_format_elt_ptr | ) |
NO_INSTANTIATE_ARRAY_SORT | ( | octave_stream | ) |
Definition at line 108 of file Array-b.cc.
template class OCTAVE_API Array< octave_idx_type > |