Navigation

Operators and Keywords

Function List:

C++ API

sparse-xpow.cc File Reference

#include <cassert>
#include <climits>
#include "Array-util.h"
#include "oct-cmplx.h"
#include "quit.h"
#include "error.h"
#include "oct-obj.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:

Functions

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

Function Documentation

octave_value elem_xpow ( double  a,
const SparseMatrix b 
)
octave_value elem_xpow ( const SparseComplexMatrix a,
const SparseComplexMatrix b 
)
octave_value elem_xpow ( const SparseComplexMatrix a,
const Complex b 
)
octave_value elem_xpow ( const SparseComplexMatrix a,
const SparseMatrix b 
)
octave_value elem_xpow ( double  a,
const SparseComplexMatrix b 
)
octave_value elem_xpow ( const Complex a,
const SparseComplexMatrix 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 SparseMatrix a,
const SparseMatrix b 
)
octave_value elem_xpow ( const SparseComplexMatrix a,
double  b 
)
octave_value elem_xpow ( const SparseMatrix a,
double  b 
)
octave_value xpow ( const SparseComplexMatrix a,
double  b 
)
octave_value xpow ( const SparseMatrix a,
double  b 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines