Go to the source code of this file.
Functions | |
octave_value | elem_xpow (const Complex &a, const SparseComplexMatrix &b) |
octave_value | elem_xpow (const Complex &a, const SparseMatrix &b) |
octave_value | elem_xpow (const SparseComplexMatrix &a, const Complex &b) |
octave_value | elem_xpow (const SparseComplexMatrix &a, const SparseComplexMatrix &b) |
octave_value | elem_xpow (const SparseComplexMatrix &a, const SparseMatrix &b) |
octave_value | elem_xpow (const SparseComplexMatrix &a, double b) |
octave_value | elem_xpow (const SparseMatrix &a, const Complex &b) |
octave_value | elem_xpow (const SparseMatrix &a, const SparseComplexMatrix &b) |
octave_value | elem_xpow (const SparseMatrix &a, const SparseMatrix &b) |
octave_value | elem_xpow (const SparseMatrix &a, double b) |
octave_value | elem_xpow (double a, const SparseComplexMatrix &b) |
octave_value | elem_xpow (double a, const SparseMatrix &b) |
octave_value | xpow (const SparseComplexMatrix &a, double b) |
octave_value | xpow (const SparseMatrix &a, double b) |
octave_value elem_xpow | ( | const Complex & | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 665 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), pow(), and Sparse< T, Alloc >::rows().
octave_value elem_xpow | ( | const Complex & | a, |
const SparseMatrix & | b | ||
) |
Definition at line 640 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), and Sparse< T, Alloc >::rows().
octave_value elem_xpow | ( | const SparseComplexMatrix & | a, |
const Complex & | b | ||
) |
Definition at line 786 of file sparse-xpow.cc.
References Sparse< T, Alloc >::data(), Sparse< T, Alloc >::dims(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::nnz(), octave_value(), and pow().
octave_value elem_xpow | ( | const SparseComplexMatrix & | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 816 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), err_nonconformant(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::numel(), pow(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), scalar_xpow(), and Sparse< T, Alloc >::xelem().
octave_value elem_xpow | ( | const SparseComplexMatrix & | a, |
const SparseMatrix & | b | ||
) |
Definition at line 749 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), err_nonconformant(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), and scalar_xpow().
octave_value elem_xpow | ( | const SparseComplexMatrix & | a, |
double | b | ||
) |
Definition at line 683 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), pow(), and Sparse< T, Alloc >::rows().
octave_value elem_xpow | ( | const SparseMatrix & | a, |
const Complex & | b | ||
) |
Definition at line 581 of file sparse-xpow.cc.
References Sparse< T, Alloc >::data(), Sparse< T, Alloc >::dims(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::nnz(), octave_value(), and pow().
octave_value elem_xpow | ( | const SparseMatrix & | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 609 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), err_nonconformant(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::numel(), pow(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), scalar_xpow(), and Sparse< T, Alloc >::xelem().
octave_value elem_xpow | ( | const SparseMatrix & | a, |
const SparseMatrix & | b | ||
) |
Definition at line 505 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), err_nonconformant(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), and scalar_xpow().
octave_value elem_xpow | ( | const SparseMatrix & | a, |
double | b | ||
) |
Definition at line 415 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::nnz(), and Sparse< T, Alloc >::rows().
octave_value elem_xpow | ( | double | a, |
const SparseComplexMatrix & | b | ||
) |
Definition at line 393 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), pow(), and Sparse< T, Alloc >::rows().
octave_value elem_xpow | ( | double | a, |
const SparseMatrix & | b | ||
) |
Definition at line 347 of file sparse-xpow.cc.
References SparseMatrix::all_integers(), Sparse< T, Alloc >::cols(), pow(), and Sparse< T, Alloc >::rows().
Referenced by scalar_xpow().
octave_value xpow | ( | const SparseComplexMatrix & | a, |
double | b | ||
) |
Definition at line 176 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), error(), and Sparse< T, Alloc >::rows().
octave_value xpow | ( | const SparseMatrix & | a, |
double | b | ||
) |
Definition at line 62 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), error(), and Sparse< T, Alloc >::rows().