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) |
|
extern |
Definition at line 663 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), and Sparse< T, Alloc >::rows().
|
extern |
Definition at line 638 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), and Sparse< T, Alloc >::rows().
|
extern |
Definition at line 784 of file sparse-xpow.cc.
References Sparse< T, Alloc >::data(), Sparse< T, Alloc >::dims(), Sparse< T, Alloc >::maybe_compress(), and Sparse< T, Alloc >::nnz().
|
extern |
Definition at line 814 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().
|
extern |
Definition at line 747 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().
|
extern |
Definition at line 681 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().
|
extern |
Definition at line 579 of file sparse-xpow.cc.
References Sparse< T, Alloc >::data(), Sparse< T, Alloc >::dims(), Sparse< T, Alloc >::maybe_compress(), and Sparse< T, Alloc >::nnz().
|
extern |
Definition at line 607 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().
|
extern |
Definition at line 503 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().
|
extern |
Definition at line 413 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().
|
extern |
Definition at line 391 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cols(), and Sparse< T, Alloc >::rows().
|
extern |
Definition at line 345 of file sparse-xpow.cc.
References SparseMatrix::all_integers(), Sparse< T, Alloc >::cols(), and Sparse< T, Alloc >::rows().
Referenced by scalar_xpow().
|
extern |
Definition at line 174 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), error(), SparseComplexMatrix::inverse(), Sparse< T, Alloc >::nnz(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), and warning().
|
extern |
Definition at line 60 of file sparse-xpow.cc.
References Sparse< T, Alloc >::cidx(), Sparse< T, Alloc >::cols(), Sparse< T, Alloc >::data(), error(), SparseMatrix::inverse(), Sparse< T, Alloc >::nnz(), Sparse< T, Alloc >::numel(), Sparse< T, Alloc >::ridx(), Sparse< T, Alloc >::rows(), and warning().