GNU Octave  6.2.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
sparse-xpow.cc File Reference
#include <cassert>
#include <limits>
#include "Array-util.h"
#include "oct-cmplx.h"
#include "quit.h"
#include "error.h"
#include "ovl.h"
#include "utils.h"
#include "dSparse.h"
#include "CSparse.h"
#include "ov-re-sparse.h"
#include "ov-cx-sparse.h"
#include "sparse-xpow.h"
Include dependency graph for sparse-xpow.cc:

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)
 
template<typename S , typename SM >
octave_value scalar_xpow (const S &a, const SM &b)
 
static int xisint (double x)
 
octave_value xpow (const SparseComplexMatrix &a, double b)
 
octave_value xpow (const SparseMatrix &a, double b)
 

Function Documentation

◆ elem_xpow() [1/12]

octave_value elem_xpow ( const Complex a,
const SparseComplexMatrix b 
)

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

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

◆ elem_xpow() [2/12]

octave_value elem_xpow ( const Complex a,
const SparseMatrix b 
)

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

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

◆ elem_xpow() [3/12]

◆ elem_xpow() [4/12]

◆ elem_xpow() [5/12]

◆ elem_xpow() [6/12]

◆ elem_xpow() [7/12]

◆ elem_xpow() [8/12]

◆ elem_xpow() [9/12]

◆ elem_xpow() [10/12]

◆ elem_xpow() [11/12]

octave_value elem_xpow ( double  a,
const SparseComplexMatrix b 
)

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

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

◆ elem_xpow() [12/12]

octave_value elem_xpow ( double  a,
const SparseMatrix b 
)

◆ scalar_xpow()

template<typename S , typename SM >
octave_value scalar_xpow ( const S &  a,
const SM &  b 
)
inline

◆ xisint()

static int xisint ( double  x)
inlinestatic

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

References max(), min(), x, and octave::math::x_nint().

Referenced by elem_xpow(), and xpow().

◆ xpow() [1/2]

◆ xpow() [2/2]