#include "oct-cmplx.h"
Go to the source code of this file.
OCTINTERP_API octave_value elem_xpow | ( | double | a, | |
const Matrix & | b | |||
) |
Definition at line 639 of file xpow.cc.
References Matrix::all_integers(), Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexNDArray & | a, | |
const FloatComplexNDArray & | b | |||
) |
Definition at line 2831 of file xpow.cc.
References Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexNDArray & | a, | |
const FloatComplex & | b | |||
) |
Definition at line 2816 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | double | a, | |
const ComplexMatrix & | b | |||
) |
Definition at line 681 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexNDArray & | a, | |
float | b | |||
) |
Definition at line 2747 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplex & | a, | |
const FloatComplexNDArray & | b | |||
) |
Definition at line 2732 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplex & | a, | |
const FloatNDArray & | b | |||
) |
Definition at line 2713 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | double | a, | |
const NDArray & | b | |||
) |
Definition at line 1121 of file xpow.cc.
References NDArray::all_integers(), Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const FloatNDArray & | a, | |
const FloatComplex & | b | |||
) |
Definition at line 2667 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | double | a, | |
const ComplexNDArray & | b | |||
) |
Definition at line 1154 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const FloatNDArray & | a, | |
float | b | |||
) |
Definition at line 2522 of file xpow.cc.
References FloatNDArray::any_element_is_negative(), Array< T >::dims(), Array< T >::length(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const FloatMatrix & | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 2265 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | float | a, | |
const FloatNDArray & | b | |||
) |
Definition at line 2474 of file xpow.cc.
References FloatNDArray::all_integers(), Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexMatrix & | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 2417 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexMatrix & | a, | |
const FloatComplex & | b | |||
) |
Definition at line 2398 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplex & | a, | |
const FloatMatrix & | b | |||
) |
Definition at line 2293 of file xpow.cc.
References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplex & | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 2316 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexMatrix & | a, | |
float | b | |||
) |
Definition at line 2335 of file xpow.cc.
References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const NDArray & | a, | |
double | b | |||
) |
Definition at line 1169 of file xpow.cc.
References NDArray::any_element_is_negative(), Array< T >::dims(), Array< T >::length(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexMatrix & | a, | |
const FloatMatrix & | b | |||
) |
Definition at line 2366 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const FloatMatrix & | a, | |
const FloatComplex & | b | |||
) |
Definition at line 2246 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const FloatMatrix & | a, | |
const FloatMatrix & | b | |||
) |
Definition at line 2180 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const FloatMatrix & | a, | |
float | b | |||
) |
Definition at line 2138 of file xpow.cc.
References FloatMatrix::any_element_is_negative(), Array< T >::cols(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const NDArray & | a, | |
const NDArray & | b | |||
) |
Definition at line 1239 of file xpow.cc.
References NDArray::any_element_is_negative(), Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const NDArray & | a, | |
const Complex & | b | |||
) |
Definition at line 1314 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const NDArray & | a, | |
const ComplexNDArray & | b | |||
) |
Definition at line 1329 of file xpow.cc.
References Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | float | a, | |
const FloatComplexNDArray & | b | |||
) |
Definition at line 2507 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const FloatNDArray & | a, | |
const FloatNDArray & | b | |||
) |
Definition at line 2592 of file xpow.cc.
References FloatNDArray::any_element_is_negative(), Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const Complex & | a, | |
const NDArray & | b | |||
) |
Definition at line 1360 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const FloatNDArray & | a, | |
const FloatComplexNDArray & | b | |||
) |
Definition at line 2682 of file xpow.cc.
References Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const Complex & | a, | |
const ComplexNDArray & | b | |||
) |
Definition at line 1379 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | double | a, | |
const Range & | r | |||
) |
Definition at line 706 of file xpow.cc.
References Range::all_elements_are_ints(), Range::base(), elem_xpow(), Range::inc(), Range::limit(), Range::matrix_value(), Range::nelem(), pow(), and same_sign().
OCTINTERP_API octave_value elem_xpow | ( | const Matrix & | a, | |
double | b | |||
) |
Definition at line 745 of file xpow.cc.
References Matrix::any_element_is_negative(), Array< T >::cols(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexNDArray & | a, | |
double | b | |||
) |
Definition at line 1394 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const FloatComplexNDArray & | a, | |
const FloatNDArray & | b | |||
) |
Definition at line 2781 of file xpow.cc.
References Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexNDArray & | a, | |
const NDArray & | b | |||
) |
Definition at line 1428 of file xpow.cc.
References Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), pow(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexNDArray & | a, | |
const Complex & | b | |||
) |
Definition at line 1463 of file xpow.cc.
References Array< T >::dims(), Array< T >::length(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexNDArray & | a, | |
const ComplexNDArray & | b | |||
) |
Definition at line 1478 of file xpow.cc.
References Array< T >::dims(), gripe_nonconformant(), is_valid_bsxfun(), Array< T >::length(), octave_value(), and pow().
OCTINTERP_API octave_value elem_xpow | ( | const Matrix & | a, | |
const Matrix & | b | |||
) |
Definition at line 787 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const Matrix & | a, | |
const Complex & | b | |||
) |
Definition at line 853 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const Matrix & | a, | |
const ComplexMatrix & | b | |||
) |
Definition at line 872 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const Complex & | a, | |
const Matrix & | b | |||
) |
Definition at line 900 of file xpow.cc.
References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const Complex & | a, | |
const ComplexMatrix & | b | |||
) |
Definition at line 923 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const Complex & | a, | |
const Range & | r | |||
) |
Definition at line 941 of file xpow.cc.
References Range::all_elements_are_ints(), Range::base(), elem_xpow(), Range::inc(), Range::limit(), Range::matrix_value(), Range::nelem(), pow(), and same_sign().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexMatrix & | a, | |
double | b | |||
) |
Definition at line 982 of file xpow.cc.
References Array< T >::cols(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexMatrix & | a, | |
const Matrix & | b | |||
) |
Definition at line 1013 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), Array< T >::rows(), and xisint().
OCTINTERP_API octave_value elem_xpow | ( | float | a, | |
const FloatMatrix & | b | |||
) |
Definition at line 2076 of file xpow.cc.
References FloatMatrix::all_integers(), Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexMatrix & | a, | |
const Complex & | b | |||
) |
Definition at line 1045 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | float | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 2118 of file xpow.cc.
References Array< T >::cols(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value elem_xpow | ( | const ComplexMatrix & | a, | |
const ComplexMatrix & | b | |||
) |
Definition at line 1064 of file xpow.cc.
References Array< T >::cols(), gripe_nonconformant(), octave_value(), pow(), and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | double | a, | |
const Matrix & | b | |||
) |
Definition at line 99 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const Complex & | a, | |
double | b | |||
) |
OCTINTERP_API octave_value xpow | ( | const ComplexMatrix & | a, | |
const Complex & | b | |||
) |
Definition at line 540 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, pow(), Q, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const FloatComplexDiagMatrix & | a, | |
const FloatComplex & | b | |||
) |
Definition at line 2012 of file xpow.cc.
References DiagArray2< T >::cols(), error(), pow(), and DiagArray2< T >::rows().
OCTINTERP_API octave_value xpow | ( | const FloatComplex & | a, | |
const FloatMatrix & | b | |||
) |
Definition at line 1805 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const ComplexMatrix & | a, | |
double | b | |||
) |
Definition at line 454 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, ComplexMatrix::inverse(), pow(), Q, Array< T >::rows(), and warning().
OCTINTERP_API octave_value xpow | ( | const FloatDiagMatrix & | a, | |
float | b | |||
) |
Definition at line 1725 of file xpow.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::dgelem(), error(), pow(), and DiagArray2< T >::rows().
OCTINTERP_API octave_value xpow | ( | const Complex & | a, | |
const ComplexMatrix & | b | |||
) |
Definition at line 415 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const Matrix & | a, | |
const Complex & | b | |||
) |
Definition at line 319 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, pow(), Q, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const Complex & | a, | |
const Complex & | b | |||
) |
OCTINTERP_API octave_value xpow | ( | float | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 1600 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const Complex & | a, | |
const Matrix & | b | |||
) |
Definition at line 367 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const FloatMatrix & | a, | |
const FloatComplex & | b | |||
) |
Definition at line 1757 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, pow(), Q, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const FloatDiagMatrix & | a, | |
const FloatComplex & | b | |||
) |
OCTINTERP_API octave_value xpow | ( | const FloatComplexMatrix & | a, | |
const FloatComplex & | b | |||
) |
Definition at line 1978 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, pow(), Q, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const DiagMatrix & | a, | |
double | b | |||
) |
Definition at line 275 of file xpow.cc.
References DiagArray2< T >::cols(), DiagArray2< T >::dgelem(), error(), pow(), and DiagArray2< T >::rows().
OCTINTERP_API octave_value xpow | ( | const DiagMatrix & | a, | |
const Complex & | b | |||
) |
OCTINTERP_API octave_value xpow | ( | const PermMatrix & | a, | |
double | b | |||
) |
Definition at line 307 of file xpow.cc.
References PermMatrix::power(), and xpow().
OCTINTERP_API octave_value xpow | ( | const ComplexDiagMatrix & | a, | |
double | b | |||
) |
OCTINTERP_API octave_value xpow | ( | const FloatComplexDiagMatrix & | a, | |
float | b | |||
) |
OCTINTERP_API octave_value xpow | ( | const Matrix & | a, | |
double | b | |||
) |
Definition at line 189 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, Matrix::inverse(), pow(), Q, Array< T >::rows(), and warning().
OCTINTERP_API octave_value xpow | ( | double | a, | |
const Complex & | b | |||
) |
OCTINTERP_API octave_value xpow | ( | float | a, | |
const FloatComplex & | b | |||
) |
OCTINTERP_API octave_value xpow | ( | const FloatMatrix & | a, | |
float | b | |||
) |
Definition at line 1639 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, FloatMatrix::inverse(), pow(), Q, Array< T >::rows(), and warning().
OCTINTERP_API octave_value xpow | ( | const FloatComplexMatrix & | a, | |
float | b | |||
) |
Definition at line 1892 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, FloatComplexMatrix::inverse(), pow(), Q, Array< T >::rows(), and warning().
OCTINTERP_API octave_value xpow | ( | double | a, | |
double | b | |||
) |
OCTINTERP_API octave_value xpow | ( | double | a, | |
const ComplexMatrix & | b | |||
) |
Definition at line 150 of file xpow.cc.
References Array< T >::cols(), EIG::eigenvalues(), EIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const FloatComplex & | a, | |
float | b | |||
) |
OCTINTERP_API octave_value xpow | ( | float | a, | |
const FloatMatrix & | b | |||
) |
Definition at line 1548 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const FloatComplex & | a, | |
const FloatComplexMatrix & | b | |||
) |
Definition at line 1853 of file xpow.cc.
References Array< T >::cols(), FloatEIG::eigenvalues(), FloatEIG::eigenvectors(), error(), error_state, imag(), pow(), Q, real, and Array< T >::rows().
OCTINTERP_API octave_value xpow | ( | const ComplexDiagMatrix & | a, | |
const Complex & | b | |||
) |
Definition at line 574 of file xpow.cc.
References DiagArray2< T >::cols(), error(), pow(), and DiagArray2< T >::rows().