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
xpow.cc File Reference
#include <cassert>
#include <limits>
#include "Array-util.h"
#include "CColVector.h"
#include "CDiagMatrix.h"
#include "fCDiagMatrix.h"
#include "fCMatrix.h"
#include "CMatrix.h"
#include "EIG.h"
#include "fEIG.h"
#include "dDiagMatrix.h"
#include "fDiagMatrix.h"
#include "dMatrix.h"
#include "PermMatrix.h"
#include "mx-cm-cdm.h"
#include "mx-fcm-fcdm.h"
#include "oct-cmplx.h"
#include "Range.h"
#include "quit.h"
#include "error.h"
#include "oct-obj.h"
#include "utils.h"
#include "xpow.h"
#include "bsxfun.h"
Include dependency graph for xpow.cc:

Go to the source code of this file.

Functions

octave_value elem_xpow (double a, const Matrix &b)
 
octave_value elem_xpow (double a, const ComplexMatrix &b)
 
octave_value elem_xpow (double a, const Range &r)
 
octave_value elem_xpow (const Matrix &a, double b)
 
octave_value elem_xpow (const Matrix &a, const Matrix &b)
 
octave_value elem_xpow (const Matrix &a, const Complex &b)
 
octave_value elem_xpow (const Matrix &a, const ComplexMatrix &b)
 
octave_value elem_xpow (const Complex &a, const Matrix &b)
 
octave_value elem_xpow (const Complex &a, const ComplexMatrix &b)
 
octave_value elem_xpow (const Complex &a, const Range &r)
 
octave_value elem_xpow (const ComplexMatrix &a, double b)
 
octave_value elem_xpow (const ComplexMatrix &a, const Matrix &b)
 
octave_value elem_xpow (const ComplexMatrix &a, const Complex &b)
 
octave_value elem_xpow (const ComplexMatrix &a, const ComplexMatrix &b)
 
octave_value elem_xpow (double a, const NDArray &b)
 
octave_value elem_xpow (double a, const ComplexNDArray &b)
 
octave_value elem_xpow (const NDArray &a, double b)
 
octave_value elem_xpow (const NDArray &a, const NDArray &b)
 
octave_value elem_xpow (const NDArray &a, const Complex &b)
 
octave_value elem_xpow (const NDArray &a, const ComplexNDArray &b)
 
octave_value elem_xpow (const Complex &a, const NDArray &b)
 
octave_value elem_xpow (const Complex &a, const ComplexNDArray &b)
 
octave_value elem_xpow (const ComplexNDArray &a, double b)
 
octave_value elem_xpow (const ComplexNDArray &a, const NDArray &b)
 
octave_value elem_xpow (const ComplexNDArray &a, const Complex &b)
 
octave_value elem_xpow (const ComplexNDArray &a, const ComplexNDArray &b)
 
octave_value elem_xpow (float a, const FloatMatrix &b)
 
octave_value elem_xpow (float a, const FloatComplexMatrix &b)
 
octave_value elem_xpow (const FloatMatrix &a, float b)
 
octave_value elem_xpow (const FloatMatrix &a, const FloatMatrix &b)
 
octave_value elem_xpow (const FloatMatrix &a, const FloatComplex &b)
 
octave_value elem_xpow (const FloatMatrix &a, const FloatComplexMatrix &b)
 
octave_value elem_xpow (const FloatComplex &a, const FloatMatrix &b)
 
octave_value elem_xpow (const FloatComplex &a, const FloatComplexMatrix &b)
 
octave_value elem_xpow (const FloatComplexMatrix &a, float b)
 
octave_value elem_xpow (const FloatComplexMatrix &a, const FloatMatrix &b)
 
octave_value elem_xpow (const FloatComplexMatrix &a, const FloatComplex &b)
 
octave_value elem_xpow (const FloatComplexMatrix &a, const FloatComplexMatrix &b)
 
octave_value elem_xpow (float a, const FloatNDArray &b)
 
octave_value elem_xpow (float a, const FloatComplexNDArray &b)
 
octave_value elem_xpow (const FloatNDArray &a, float b)
 
octave_value elem_xpow (const FloatNDArray &a, const FloatNDArray &b)
 
octave_value elem_xpow (const FloatNDArray &a, const FloatComplex &b)
 
octave_value elem_xpow (const FloatNDArray &a, const FloatComplexNDArray &b)
 
octave_value elem_xpow (const FloatComplex &a, const FloatNDArray &b)
 
octave_value elem_xpow (const FloatComplex &a, const FloatComplexNDArray &b)
 
octave_value elem_xpow (const FloatComplexNDArray &a, float b)
 
octave_value elem_xpow (const FloatComplexNDArray &a, const FloatNDArray &b)
 
octave_value elem_xpow (const FloatComplexNDArray &a, const FloatComplex &b)
 
octave_value elem_xpow (const FloatComplexNDArray &a, const FloatComplexNDArray &b)
 
static bool same_sign (double a, double b)
 
static int xisint (double x)
 
static int xisint (float x)
 
octave_value xpow (double a, double b)
 
octave_value xpow (double a, const Matrix &b)
 
octave_value xpow (double a, const Complex &b)
 
octave_value xpow (double a, const ComplexMatrix &b)
 
octave_value xpow (const Matrix &a, double b)
 
octave_value xpow (const DiagMatrix &a, double b)
 
octave_value xpow (const PermMatrix &a, double b)
 
octave_value xpow (const Matrix &a, const Complex &b)
 
octave_value xpow (const Complex &a, double b)
 
octave_value xpow (const Complex &a, const Matrix &b)
 
octave_value xpow (const Complex &a, const Complex &b)
 
octave_value xpow (const Complex &a, const ComplexMatrix &b)
 
octave_value xpow (const ComplexMatrix &a, double b)
 
octave_value xpow (const ComplexMatrix &a, const Complex &b)
 
octave_value xpow (const ComplexDiagMatrix &a, const Complex &b)
 
octave_value xpow (const ComplexDiagMatrix &a, double b)
 
octave_value xpow (const DiagMatrix &a, const Complex &b)
 
octave_value xpow (float a, float b)
 
octave_value xpow (float a, const FloatMatrix &b)
 
octave_value xpow (float a, const FloatComplex &b)
 
octave_value xpow (float a, const FloatComplexMatrix &b)
 
octave_value xpow (const FloatMatrix &a, float b)
 
octave_value xpow (const FloatDiagMatrix &a, float b)
 
octave_value xpow (const FloatMatrix &a, const FloatComplex &b)
 
octave_value xpow (const FloatComplex &a, float b)
 
octave_value xpow (const FloatComplex &a, const FloatMatrix &b)
 
octave_value xpow (const FloatComplex &a, const FloatComplex &b)
 
octave_value xpow (const FloatComplex &a, const FloatComplexMatrix &b)
 
octave_value xpow (const FloatComplexMatrix &a, float b)
 
octave_value xpow (const FloatComplexMatrix &a, const FloatComplex &b)
 
octave_value xpow (const FloatComplexDiagMatrix &a, const FloatComplex &b)
 
octave_value xpow (const FloatComplexDiagMatrix &a, float b)
 
octave_value xpow (const FloatDiagMatrix &a, const FloatComplex &b)
 

Function Documentation

octave_value elem_xpow ( double  a,
const Matrix b 
)

Definition at line 635 of file xpow.cc.

References NDArray::all_integers(), Array< T >::cols(), pow(), and Array< T >::rows().

Referenced by elem_xpow().

octave_value elem_xpow ( double  a,
const ComplexMatrix b 
)

Definition at line 677 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( double  a,
const Range r 
)
octave_value elem_xpow ( const Matrix a,
double  b 
)
octave_value elem_xpow ( const Matrix a,
const Matrix b 
)
octave_value elem_xpow ( const Matrix a,
const Complex b 
)

Definition at line 849 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( const Matrix a,
const ComplexMatrix b 
)
octave_value elem_xpow ( const Complex a,
const Matrix b 
)

Definition at line 896 of file xpow.cc.

References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().

octave_value elem_xpow ( const Complex a,
const ComplexMatrix b 
)

Definition at line 919 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( const Complex a,
const Range r 
)
octave_value elem_xpow ( const ComplexMatrix a,
double  b 
)

Definition at line 978 of file xpow.cc.

References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().

octave_value elem_xpow ( const ComplexMatrix a,
const Matrix b 
)
octave_value elem_xpow ( const ComplexMatrix a,
const Complex b 
)

Definition at line 1041 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( const ComplexMatrix a,
const ComplexMatrix b 
)
octave_value elem_xpow ( double  a,
const NDArray b 
)

Definition at line 1116 of file xpow.cc.

References NDArray::all_integers(), Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( double  a,
const ComplexNDArray b 
)

Definition at line 1149 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const NDArray a,
double  b 
)
octave_value elem_xpow ( const NDArray a,
const NDArray b 
)
octave_value elem_xpow ( const NDArray a,
const Complex b 
)

Definition at line 1309 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const NDArray a,
const ComplexNDArray b 
)
octave_value elem_xpow ( const Complex a,
const NDArray b 
)

Definition at line 1355 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), pow(), and xisint().

octave_value elem_xpow ( const Complex a,
const ComplexNDArray b 
)

Definition at line 1374 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const ComplexNDArray a,
double  b 
)

Definition at line 1389 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), pow(), Array< T >::xelem(), and xisint().

octave_value elem_xpow ( const ComplexNDArray a,
const NDArray b 
)
octave_value elem_xpow ( const ComplexNDArray a,
const Complex b 
)

Definition at line 1458 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const ComplexNDArray a,
const ComplexNDArray b 
)
octave_value elem_xpow ( float  a,
const FloatMatrix b 
)

Definition at line 2069 of file xpow.cc.

References FloatNDArray::all_integers(), Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( float  a,
const FloatComplexMatrix b 
)

Definition at line 2111 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( const FloatMatrix a,
float  b 
)
octave_value elem_xpow ( const FloatMatrix a,
const FloatMatrix b 
)
octave_value elem_xpow ( const FloatMatrix a,
const FloatComplex b 
)

Definition at line 2239 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( const FloatMatrix a,
const FloatComplexMatrix b 
)
octave_value elem_xpow ( const FloatComplex a,
const FloatMatrix b 
)

Definition at line 2286 of file xpow.cc.

References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().

octave_value elem_xpow ( const FloatComplex a,
const FloatComplexMatrix b 
)

Definition at line 2309 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( const FloatComplexMatrix a,
float  b 
)

Definition at line 2328 of file xpow.cc.

References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().

octave_value elem_xpow ( const FloatComplexMatrix a,
const FloatMatrix b 
)
octave_value elem_xpow ( const FloatComplexMatrix a,
const FloatComplex b 
)

Definition at line 2391 of file xpow.cc.

References Array< T >::cols(), pow(), and Array< T >::rows().

octave_value elem_xpow ( const FloatComplexMatrix a,
const FloatComplexMatrix b 
)
octave_value elem_xpow ( float  a,
const FloatNDArray b 
)
octave_value elem_xpow ( float  a,
const FloatComplexNDArray b 
)

Definition at line 2499 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const FloatNDArray a,
float  b 
)
octave_value elem_xpow ( const FloatNDArray a,
const FloatNDArray b 
)
octave_value elem_xpow ( const FloatNDArray a,
const FloatComplex b 
)

Definition at line 2659 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const FloatNDArray a,
const FloatComplexNDArray b 
)
octave_value elem_xpow ( const FloatComplex a,
const FloatNDArray b 
)

Definition at line 2705 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), pow(), and xisint().

octave_value elem_xpow ( const FloatComplex a,
const FloatComplexNDArray b 
)

Definition at line 2724 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const FloatComplexNDArray a,
float  b 
)

Definition at line 2739 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), pow(), Array< T >::xelem(), and xisint().

octave_value elem_xpow ( const FloatComplexNDArray a,
const FloatNDArray b 
)
octave_value elem_xpow ( const FloatComplexNDArray a,
const FloatComplex b 
)

Definition at line 2808 of file xpow.cc.

References Array< T >::dims(), Array< T >::length(), and pow().

octave_value elem_xpow ( const FloatComplexNDArray a,
const FloatComplexNDArray b 
)
static bool same_sign ( double  a,
double  b 
)
inlinestatic

Definition at line 696 of file xpow.cc.

Referenced by elem_xpow().

static int xisint ( double  x)
inlinestatic

Definition at line 58 of file xpow.cc.

References D_NINT(), max(), and min().

Referenced by elem_xpow(), and xpow().

static int xisint ( float  x)
inlinestatic

Definition at line 1503 of file xpow.cc.

References D_NINT(), max(), and min().

octave_value xpow ( double  a,
double  b 
)

Definition at line 80 of file xpow.cc.

References pow(), and xisint().

Referenced by xpow().

octave_value xpow ( double  a,
const Matrix b 
)
octave_value xpow ( double  a,
const Complex b 
)

Definition at line 141 of file xpow.cc.

References pow().

octave_value xpow ( double  a,
const ComplexMatrix b 
)
octave_value xpow ( const Matrix a,
double  b 
)
octave_value xpow ( const DiagMatrix a,
double  b 
)
octave_value xpow ( const PermMatrix a,
double  b 
)

Definition at line 305 of file xpow.cc.

References PermMatrix::power(), and xpow().

octave_value xpow ( const Matrix a,
const Complex b 
)
octave_value xpow ( const Complex a,
double  b 
)

Definition at line 351 of file xpow.cc.

References pow(), and xisint().

octave_value xpow ( const Complex a,
const Matrix b 
)
octave_value xpow ( const Complex a,
const Complex b 
)

Definition at line 404 of file xpow.cc.

References pow().

octave_value xpow ( const Complex a,
const ComplexMatrix b 
)
octave_value xpow ( const ComplexMatrix a,
double  b 
)
octave_value xpow ( const ComplexMatrix a,
const Complex b 
)
octave_value xpow ( const ComplexDiagMatrix a,
const Complex b 
)

Definition at line 571 of file xpow.cc.

References DiagArray2< T >::cols(), error(), pow(), and DiagArray2< T >::rows().

octave_value xpow ( const ComplexDiagMatrix a,
double  b 
)

Definition at line 593 of file xpow.cc.

References xpow().

octave_value xpow ( const DiagMatrix a,
const Complex b 
)

Definition at line 599 of file xpow.cc.

References xpow().

octave_value xpow ( float  a,
float  b 
)

Definition at line 1525 of file xpow.cc.

References pow(), and xisint().

octave_value xpow ( float  a,
const FloatMatrix b 
)
octave_value xpow ( float  a,
const FloatComplex b 
)

Definition at line 1587 of file xpow.cc.

References pow().

octave_value xpow ( float  a,
const FloatComplexMatrix b 
)
octave_value xpow ( const FloatMatrix a,
float  b 
)
octave_value xpow ( const FloatDiagMatrix a,
float  b 
)
octave_value xpow ( const FloatMatrix a,
const FloatComplex b 
)
octave_value xpow ( const FloatComplex a,
float  b 
)

Definition at line 1786 of file xpow.cc.

References pow(), and xisint().

octave_value xpow ( const FloatComplex a,
const FloatMatrix b 
)
octave_value xpow ( const FloatComplex a,
const FloatComplex b 
)

Definition at line 1839 of file xpow.cc.

References pow().

octave_value xpow ( const FloatComplex a,
const FloatComplexMatrix b 
)
octave_value xpow ( const FloatComplexMatrix a,
float  b 
)
octave_value xpow ( const FloatComplexMatrix a,
const FloatComplex b 
)
octave_value xpow ( const FloatComplexDiagMatrix a,
const FloatComplex b 
)

Definition at line 2006 of file xpow.cc.

References DiagArray2< T >::cols(), error(), pow(), and DiagArray2< T >::rows().

octave_value xpow ( const FloatComplexDiagMatrix a,
float  b 
)

Definition at line 2028 of file xpow.cc.

References xpow().

octave_value xpow ( const FloatDiagMatrix a,
const FloatComplex b 
)

Definition at line 2034 of file xpow.cc.

References xpow().