GNU Octave  4.0.0
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
Functions
ov-base-diag.cc File Reference
#include <iostream>
#include "mach-info.h"
#include "lo-ieee.h"
#include "mxarray.h"
#include "ov-base.h"
#include "ov-base-mat.h"
#include "pr-output.h"
#include "error.h"
#include "gripes.h"
#include "oct-stream.h"
#include "ops.h"
#include "ls-oct-ascii.h"
Include dependency graph for ov-base-diag.cc:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

template<class T >
helper_getreal (T x)
 
template<class T >
helper_getreal (std::complex< T > x)
 
template<class T >
helper_iscomplex (T)
 
template<class T >
helper_iscomplex (std::complex< T >)
 

Function Documentation

template<class T >
T helper_getreal ( x)
inline
template<class T >
T helper_getreal ( std::complex< T >  x)
inline

Definition at line 231 of file ov-base-diag.cc.

template<class T >
T helper_iscomplex ( )
inline
template<class T >
T helper_iscomplex ( std::complex< T >  )
inline

Definition at line 236 of file ov-base-diag.cc.