liboctave/Array-i.cc File Reference
#include "oct-inttypes.h"#include "Array.h"#include "Array.cc"#include "Array2.h"#include "DiagArray2.h"#include "DiagArray2.cc"Go to the source code of this file.
Functions | |
| INSTANTIATE_ARRAY_AND_ASSIGN (int, OCTAVE_API) | |
| INSTANTIATE_ARRAY_AND_ASSIGN (long, OCTAVE_API) | |
| INSTANTIATE_ARRAY_ASSIGN (int, short, OCTAVE_API) | |
| INSTANTIATE_ARRAY_ASSIGN (int, char, OCTAVE_API) | |
| INSTANTIATE_ARRAY_AND_ASSIGN (octave_int8, OCTAVE_API) | |
Variables | |
| template class OCTAVE_API | Array2< int > |
| template class OCTAVE_API | DiagArray2< int > |
Function Documentation
| INSTANTIATE_ARRAY_AND_ASSIGN | ( | octave_int8 | , | |
| OCTAVE_API | ||||
| ) |
| INSTANTIATE_ARRAY_AND_ASSIGN | ( | long | , | |
| OCTAVE_API | ||||
| ) |
| INSTANTIATE_ARRAY_AND_ASSIGN | ( | int | , | |
| OCTAVE_API | ||||
| ) |
| INSTANTIATE_ARRAY_ASSIGN | ( | int | , | |
| char | , | |||
| OCTAVE_API | ||||
| ) |
| INSTANTIATE_ARRAY_ASSIGN | ( | int | , | |
| short | , | |||
| OCTAVE_API | ||||
| ) |
Variable Documentation
| template class OCTAVE_API Array2< int > |
Definition at line 53 of file Array-i.cc.
| template class OCTAVE_API DiagArray2< int > |
Definition at line 58 of file Array-i.cc.