GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include "int64NDArray.h"
#include "mx-op-defs.h"
#include "intNDArray.cc"
#include "bsxfun-defs.cc"
Go to the source code of this file.
Functions | |
template OCTAVE_API std::ostream & | operator<< (std::ostream &os, const intNDArray< octave_int64 > &a) |
template OCTAVE_API std::istream & | operator>> (std::istream &is, intNDArray< octave_int64 > &a) |
Variables | |
template class OCTAVE_API | intNDArray< octave_int64 > |
template OCTAVE_API std::ostream& operator<< | ( | std::ostream & | os, |
const intNDArray< octave_int64 > & | a | ||
) |
template OCTAVE_API std::istream& operator>> | ( | std::istream & | is, |
intNDArray< octave_int64 > & | a | ||
) |
template class OCTAVE_API intNDArray< octave_int64 > |
Definition at line 34 of file int64NDArray.cc.