#include "octave-config.h"
#include "oct-cmplx.h"
Go to the source code of this file.
|
| 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) |
| |
◆ elem_xpow() [1/12]
◆ elem_xpow() [2/12]
◆ elem_xpow() [3/12]
◆ elem_xpow() [4/12]
Definition at line 730 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), scalar_xpow(), and Sparse< T, Alloc >::xelem().
◆ elem_xpow() [5/12]
Definition at line 663 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), scalar_xpow(), and Sparse< T, Alloc >::xelem().
◆ elem_xpow() [6/12]
Definition at line 597 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::nnz(), Sparse< T, Alloc >::ridx(), and Sparse< T, Alloc >::rows().
◆ elem_xpow() [7/12]
◆ elem_xpow() [8/12]
Definition at line 523 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), scalar_xpow(), and Sparse< T, Alloc >::xelem().
◆ elem_xpow() [9/12]
Definition at line 419 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), scalar_xpow(), and Sparse< T, Alloc >::xelem().
◆ elem_xpow() [10/12]
Definition at line 343 of file sparse-xpow.cc.
References SparseMatrix::any_element_is_negative(), Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), Sparse< T, Alloc >::maybe_compress(), Sparse< T, Alloc >::nnz(), Sparse< T, Alloc >::ridx(), and Sparse< T, Alloc >::rows().
◆ elem_xpow() [11/12]
◆ elem_xpow() [12/12]
◆ xpow() [1/2]
◆ xpow() [2/2]