#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 > | |
| OCTARRAY_API std::ostream & | operator<< (std::ostream &os, const Array< T, Alloc > &a) |
| OCTARRAY_API std::ostream& operator<< | ( | std::ostream & | os, |
| const Array< T, Alloc > & | a | ||
| ) |
Definition at line 2791 of file Array-base.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::elem(), increment_index(), m, dim_vector::ndims(), ra_idx, and dim_vector::str().