GNU Octave  9.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
Array.h File Reference
#include "octave-config.h"
#include <cassert>
#include <cstddef>
#include <algorithm>
#include <iosfwd>
#include <string>
#include "Array-fwd.h"
#include "dim-vector.h"
#include "idx-vector.h"
#include "lo-error.h"
#include "lo-traits.h"
#include "lo-utils.h"
#include "oct-refcount.h"
#include "oct-sort.h"
#include "quit.h"

Go to the source code of this file.

Classes

class  Array< T, Alloc >
 N Dimensional Array with copy-on-write semantics. More...
 
class  Array< T, Alloc >::ArrayRep
 The real representation of all arrays. More...
 

Functions

template<typename T , typename Alloc >
std::ostream & operator<< (std::ostream &os, const Array< T, Alloc > &a)
 

Function Documentation

◆ operator<<()

template<typename T , typename Alloc >
std::ostream& operator<< ( std::ostream &  os,
const Array< T, Alloc > &  a 
)