GNU Octave  4.2.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Classes | Functions
dim-vector.h File Reference
#include "octave-config.h"
#include <cassert>
#include <initializer_list>
#include <string>
#include "lo-error.h"
#include "lo-macros.h"
#include "oct-refcount.h"
Include dependency graph for dim-vector.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  dim_vector
 Vector representing the dimensions (size) of an Array. More...
 

Functions

bool operator!= (const dim_vector &a, const dim_vector &b)
 
bool operator== (const dim_vector &a, const dim_vector &b)
 

Function Documentation

bool operator!= ( const dim_vector a,
const dim_vector b 
)
inline

Definition at line 567 of file dim-vector.h.

References operator==().

bool operator== ( const dim_vector a,
const dim_vector b 
)
inline

Definition at line 538 of file dim-vector.h.

References a, b, dim_vector::ndims(), dim_vector::rep, and retval.

Referenced by operator!=().