Go to the source code of this file.
octave_value elem_xpow | ( | const Complex & | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 949 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const Complex & | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 1388 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const Complex & | a, |
const Matrix & | b | ||
) |
Definition at line 926 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const Complex & | a, |
const NDArray & | b | ||
) |
Definition at line 1369 of file xpow.cc.
References Array< T, Alloc >::dims(), and Array< T, Alloc >::numel().
octave_value elem_xpow | ( | const Complex & | a, |
const octave::range< double > & | r | ||
) |
octave_value elem_xpow | ( | const ComplexMatrix & | a, |
const Complex & | b | ||
) |
Definition at line 1070 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const ComplexMatrix & | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 1089 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const ComplexMatrix & | a, |
const Matrix & | b | ||
) |
Definition at line 1041 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const ComplexMatrix & | a, |
double | b | ||
) |
Definition at line 1009 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const ComplexNDArray & | a, |
const Complex & | b | ||
) |
Definition at line 1468 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const ComplexNDArray & | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 1483 of file xpow.cc.
References bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const ComplexNDArray & | a, |
const NDArray & | b | ||
) |
Definition at line 1438 of file xpow.cc.
References bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), and Array< T, Alloc >::numel().
octave_value elem_xpow | ( | const ComplexNDArray & | a, |
double | b | ||
) |
Definition at line 1403 of file xpow.cc.
References Array< T, Alloc >::dims().
octave_value elem_xpow | ( | const FloatComplex & | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 2308 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatComplex & | a, |
const FloatComplexNDArray & | b | ||
) |
Definition at line 2708 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const FloatComplex & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 2285 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatComplex & | a, |
const FloatNDArray & | b | ||
) |
Definition at line 2689 of file xpow.cc.
References Array< T, Alloc >::dims(), and Array< T, Alloc >::numel().
octave_value elem_xpow | ( | const FloatComplexMatrix & | a, |
const FloatComplex & | b | ||
) |
Definition at line 2388 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatComplexMatrix & | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 2407 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatComplexMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 2359 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatComplexMatrix & | a, |
float | b | ||
) |
Definition at line 2327 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatComplexNDArray & | a, |
const FloatComplex & | b | ||
) |
Definition at line 2788 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const FloatComplexNDArray & | a, |
const FloatComplexNDArray & | b | ||
) |
Definition at line 2803 of file xpow.cc.
References bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const FloatComplexNDArray & | a, |
const FloatNDArray & | b | ||
) |
Definition at line 2758 of file xpow.cc.
References bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), and Array< T, Alloc >::numel().
octave_value elem_xpow | ( | const FloatComplexNDArray & | a, |
float | b | ||
) |
Definition at line 2723 of file xpow.cc.
References Array< T, Alloc >::dims().
octave_value elem_xpow | ( | const FloatMatrix & | a, |
const FloatComplex & | b | ||
) |
Definition at line 2241 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatMatrix & | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 2260 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 2178 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatMatrix & | a, |
float | b | ||
) |
Definition at line 2136 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const FloatNDArray & | a, |
const FloatComplex & | b | ||
) |
Definition at line 2648 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const FloatNDArray & | a, |
const FloatComplexNDArray & | b | ||
) |
Definition at line 2663 of file xpow.cc.
References bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const FloatNDArray & | a, |
const FloatNDArray & | b | ||
) |
Definition at line 2578 of file xpow.cc.
References FloatNDArray::all_integers(), FloatNDArray::any_element_is_negative(), bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), len, Array< T, Alloc >::numel(), octave_value(), and octave_value_extract< FloatNDArray >().
octave_value elem_xpow | ( | const FloatNDArray & | a, |
float | b | ||
) |
octave_value elem_xpow | ( | const Matrix & | a, |
const Complex & | b | ||
) |
Definition at line 882 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const Matrix & | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 901 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const Matrix & | a, |
const Matrix & | b | ||
) |
Definition at line 819 of file xpow.cc.
References Array< T, Alloc >::cols(), err_nonconformant(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const Matrix & | a, |
double | b | ||
) |
Definition at line 777 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | const NDArray & | a, |
const Complex & | b | ||
) |
Definition at line 1328 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const NDArray & | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 1343 of file xpow.cc.
References bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | const NDArray & | a, |
const NDArray & | b | ||
) |
Definition at line 1258 of file xpow.cc.
References NDArray::all_integers(), NDArray::any_element_is_negative(), bsxfun_pow(), Array< T, Alloc >::dims(), err_nonconformant(), is_valid_bsxfun(), len, Array< T, Alloc >::numel(), octave_value(), and octave_value_extract< NDArray >().
octave_value elem_xpow | ( | const NDArray & | a, |
double | b | ||
) |
octave_value elem_xpow | ( | double | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 711 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | double | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 1175 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | double | a, |
const Matrix & | b | ||
) |
Definition at line 669 of file xpow.cc.
References NDArray::all_integers(), Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | double | a, |
const NDArray & | b | ||
) |
Definition at line 1142 of file xpow.cc.
References NDArray::all_integers(), Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | double | a, |
const octave::range< double > & | r | ||
) |
octave_value elem_xpow | ( | float | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 2116 of file xpow.cc.
References Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | float | a, |
const FloatComplexNDArray & | b | ||
) |
Definition at line 2493 of file xpow.cc.
References Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value elem_xpow | ( | float | a, |
const FloatMatrix & | b | ||
) |
Definition at line 2074 of file xpow.cc.
References FloatNDArray::all_integers(), Array< T, Alloc >::cols(), pow(), and Array< T, Alloc >::rows().
octave_value elem_xpow | ( | float | a, |
const FloatNDArray & | b | ||
) |
Definition at line 2460 of file xpow.cc.
References FloatNDArray::all_integers(), Array< T, Alloc >::dims(), Array< T, Alloc >::numel(), and pow().
octave_value xpow | ( | const Complex & | a, |
const Complex & | b | ||
) |
octave_value xpow | ( | const Complex & | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 442 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const Complex & | a, |
const Matrix & | b | ||
) |
Definition at line 396 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const Complex & | a, |
double | b | ||
) |
octave_value xpow | ( | const ComplexDiagMatrix & | a, |
const Complex & | b | ||
) |
Definition at line 605 of file xpow.cc.
References DiagArray2< T >::cols(), and DiagArray2< T >::rows().
octave_value xpow | ( | const ComplexDiagMatrix & | a, |
double | b | ||
) |
octave_value xpow | ( | const ComplexMatrix & | a, |
const Complex & | b | ||
) |
Definition at line 568 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const ComplexMatrix & | a, |
double | b | ||
) |
Definition at line 479 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const DiagMatrix & | a, |
const Complex & | b | ||
) |
octave_value xpow | ( | const DiagMatrix & | a, |
double | b | ||
) |
Definition at line 301 of file xpow.cc.
References DiagArray2< T >::cols(), and DiagArray2< T >::rows().
octave_value xpow | ( | const FloatComplex & | a, |
const FloatComplex & | b | ||
) |
octave_value xpow | ( | const FloatComplex & | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 1847 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const FloatComplex & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 1801 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const FloatComplex & | a, |
float | b | ||
) |
octave_value xpow | ( | const FloatComplexDiagMatrix & | a, |
const FloatComplex & | b | ||
) |
Definition at line 2010 of file xpow.cc.
References DiagArray2< T >::cols(), and DiagArray2< T >::rows().
octave_value xpow | ( | const FloatComplexDiagMatrix & | a, |
float | b | ||
) |
octave_value xpow | ( | const FloatComplexMatrix & | a, |
const FloatComplex & | b | ||
) |
Definition at line 1973 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const FloatComplexMatrix & | a, |
float | b | ||
) |
Definition at line 1884 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const FloatDiagMatrix & | a, |
const FloatComplex & | b | ||
) |
octave_value xpow | ( | const FloatDiagMatrix & | a, |
float | b | ||
) |
Definition at line 1716 of file xpow.cc.
References DiagArray2< T >::cols(), and DiagArray2< T >::rows().
octave_value xpow | ( | const FloatMatrix & | a, |
const FloatComplex & | b | ||
) |
Definition at line 1750 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const FloatMatrix & | a, |
float | b | ||
) |
Definition at line 1627 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const Matrix & | a, |
const Complex & | b | ||
) |
Definition at line 345 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const Matrix & | a, |
double | b | ||
) |
Definition at line 212 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | const PermMatrix & | a, |
double | b | ||
) |
octave_value xpow | ( | double | a, |
const Complex & | b | ||
) |
octave_value xpow | ( | double | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 175 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | double | a, |
const Matrix & | b | ||
) |
Definition at line 126 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | double | a, |
double | b | ||
) |
octave_value xpow | ( | float | a, |
const FloatComplex & | b | ||
) |
octave_value xpow | ( | float | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 1590 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | float | a, |
const FloatMatrix & | b | ||
) |
Definition at line 1540 of file xpow.cc.
References Array< T, Alloc >::cols(), and Array< T, Alloc >::rows().
octave_value xpow | ( | float | a, |
float | b | ||
) |