GNU Octave  4.0.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
sparse-xpow.h File Reference
#include "oct-cmplx.h"
Include dependency graph for sparse-xpow.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

octave_value elem_xpow (double a, const SparseMatrix &b)
 
octave_value elem_xpow (double a, const SparseComplexMatrix &b)
 
octave_value elem_xpow (const SparseMatrix &a, double b)
 
octave_value elem_xpow (const SparseMatrix &a, const SparseMatrix &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 Complex &a, const SparseMatrix &b)
 
octave_value elem_xpow (const Complex &a, const SparseComplexMatrix &b)
 
octave_value elem_xpow (const SparseComplexMatrix &a, double b)
 
octave_value elem_xpow (const SparseComplexMatrix &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 xpow (const SparseMatrix &a, double b)
 
octave_value xpow (const SparseComplexMatrix &a, double b)
 

Function Documentation

octave_value elem_xpow ( double  a,
const SparseMatrix b 
)
octave_value elem_xpow ( double  a,
const SparseComplexMatrix b 
)

Definition at line 304 of file sparse-xpow.cc.

References Sparse< T >::cols(), pow(), and Sparse< T >::rows().

octave_value elem_xpow ( const SparseMatrix a,
double  b 
)
octave_value elem_xpow ( const SparseMatrix a,
const SparseMatrix 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 Complex a,
const SparseMatrix b 
)

Definition at line 557 of file sparse-xpow.cc.

References Sparse< T >::cols(), pow(), Sparse< T >::rows(), and xisint().

octave_value elem_xpow ( const Complex a,
const SparseComplexMatrix b 
)

Definition at line 582 of file sparse-xpow.cc.

References Sparse< T >::cols(), pow(), and Sparse< T >::rows().

octave_value elem_xpow ( const SparseComplexMatrix a,
double  b 
)
octave_value elem_xpow ( const SparseComplexMatrix 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 xpow ( const SparseMatrix a,
double  b 
)
octave_value xpow ( const SparseComplexMatrix a,
double  b 
)