GNU Octave  6.2.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 "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"
Include dependency graph for Array.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

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

Functions

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

Function Documentation

◆ operator<<()

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