GNU Octave  8.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array-oct.cc File Reference
#include "Array.h"
#include "Array-base.cc"
Include dependency graph for Array-oct.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

template class OCTAVE_EXTERN_TEMPLATE_API Array< bool >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< char >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< Complex >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< double >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< float >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< FloatComplex >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< int >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< long >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int16 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int32 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int64 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int8 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint16 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint32 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint64 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint8 >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< short >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< signed char >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned char >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned int >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned long >
 
template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned short >
 

Variable Documentation

◆ Array< bool >

template class OCTAVE_EXTERN_TEMPLATE_API Array< bool >
extern

Definition at line 124 of file Array-b.cc.

Referenced by idx_vector::idx_mask_rep::idx_mask_rep().

◆ Array< char >

template class OCTAVE_EXTERN_TEMPLATE_API Array< char >
extern

Definition at line 48 of file Array-ch.cc.

◆ Array< Complex >

template class OCTAVE_EXTERN_TEMPLATE_API Array< Complex >
extern

Definition at line 98 of file Array-C.cc.

◆ Array< double >

template class OCTAVE_EXTERN_TEMPLATE_API Array< double >
extern

Definition at line 169 of file Array-d.cc.

Referenced by Fsscanf(), scanf_internal(), and rand::vector().

◆ Array< float >

template class OCTAVE_EXTERN_TEMPLATE_API Array< float >
extern

Definition at line 169 of file Array-f.cc.

Referenced by rand::float_vector().

◆ Array< FloatComplex >

template class OCTAVE_EXTERN_TEMPLATE_API Array< FloatComplex >
extern

Definition at line 98 of file Array-fC.cc.

◆ Array< int >

template class OCTAVE_EXTERN_TEMPLATE_API Array< int >
extern

Definition at line 57 of file Array-i.cc.

◆ Array< long >

template class OCTAVE_EXTERN_TEMPLATE_API Array< long >
extern

Definition at line 58 of file Array-i.cc.

◆ Array< octave_int16 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int16 >
extern

Definition at line 85 of file Array-i.cc.

◆ Array< octave_int32 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int32 >
extern

Definition at line 86 of file Array-i.cc.

◆ Array< octave_int64 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int64 >
extern

Definition at line 87 of file Array-i.cc.

◆ Array< octave_int8 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_int8 >
extern

Definition at line 84 of file Array-i.cc.

◆ Array< octave_uint16 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint16 >
extern

Definition at line 95 of file Array-i.cc.

◆ Array< octave_uint32 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint32 >
extern

Definition at line 96 of file Array-i.cc.

◆ Array< octave_uint64 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint64 >
extern

Definition at line 97 of file Array-i.cc.

◆ Array< octave_uint8 >

template class OCTAVE_EXTERN_TEMPLATE_API Array< octave_uint8 >
extern

Definition at line 94 of file Array-i.cc.

◆ Array< short >

template class OCTAVE_EXTERN_TEMPLATE_API Array< short >
extern

Definition at line 48 of file Array-s.cc.

◆ Array< signed char >

template class OCTAVE_EXTERN_TEMPLATE_API Array< signed char >
extern

Definition at line 55 of file Array-i.cc.

◆ Array< unsigned char >

template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned char >
extern

Definition at line 71 of file Array-i.cc.

◆ Array< unsigned int >

template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned int >
extern

Definition at line 73 of file Array-i.cc.

◆ Array< unsigned long >

template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned long >
extern

Definition at line 74 of file Array-i.cc.

◆ Array< unsigned short >

template class OCTAVE_EXTERN_TEMPLATE_API Array< unsigned short >
extern

Definition at line 72 of file Array-i.cc.