GNU Octave  4.2.1
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-xdiv.h File Reference
#include "octave-config.h"
#include "oct-cmplx.h"
#include "MatrixType.h"
Include dependency graph for sparse-xdiv.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

Matrix x_el_div (double a, const SparseMatrix &b)
 
ComplexMatrix x_el_div (double a, const SparseComplexMatrix &b)
 
ComplexMatrix x_el_div (const Complex a, const SparseMatrix &b)
 
ComplexMatrix x_el_div (const Complex a, const SparseComplexMatrix &b)
 
Matrix xdiv (const Matrix &a, const SparseMatrix &b, MatrixType &typ)
 
ComplexMatrix xdiv (const Matrix &a, const SparseComplexMatrix &b, MatrixType &typ)
 
ComplexMatrix xdiv (const ComplexMatrix &a, const SparseMatrix &b, MatrixType &typ)
 
ComplexMatrix xdiv (const ComplexMatrix &a, const SparseComplexMatrix &b, MatrixType &typ)
 
SparseMatrix xdiv (const SparseMatrix &a, const SparseMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xdiv (const SparseMatrix &a, const SparseComplexMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xdiv (const SparseComplexMatrix &a, const SparseMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xdiv (const SparseComplexMatrix &a, const SparseComplexMatrix &b, MatrixType &typ)
 
SparseMatrix xdiv (const SparseMatrix &a, const DiagMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xdiv (const SparseMatrix &a, const ComplexDiagMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xdiv (const SparseComplexMatrix &a, const DiagMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xdiv (const SparseComplexMatrix &a, const ComplexDiagMatrix &b, MatrixType &typ)
 
Matrix xleftdiv (const SparseMatrix &a, const Matrix &b, MatrixType &typ)
 
ComplexMatrix xleftdiv (const SparseMatrix &a, const ComplexMatrix &b, MatrixType &typ)
 
ComplexMatrix xleftdiv (const SparseComplexMatrix &a, const Matrix &b, MatrixType &typ)
 
ComplexMatrix xleftdiv (const SparseComplexMatrix &a, const ComplexMatrix &b, MatrixType &typ)
 
SparseMatrix xleftdiv (const SparseMatrix &a, const SparseMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xleftdiv (const SparseMatrix &a, const SparseComplexMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xleftdiv (const SparseComplexMatrix &a, const SparseMatrix &b, MatrixType &typ)
 
SparseComplexMatrix xleftdiv (const SparseComplexMatrix &a, const SparseComplexMatrix &b, MatrixType &typ)
 
SparseMatrix xleftdiv (const DiagMatrix &, const SparseMatrix &, MatrixType &)
 
SparseComplexMatrix xleftdiv (const ComplexDiagMatrix &, const SparseMatrix &, MatrixType &)
 
SparseComplexMatrix xleftdiv (const DiagMatrix &, const SparseComplexMatrix &, MatrixType &)
 
SparseComplexMatrix xleftdiv (const ComplexDiagMatrix &, const SparseComplexMatrix &, MatrixType &)
 

Function Documentation

Matrix x_el_div ( double  a,
const SparseMatrix b 
)
ComplexMatrix x_el_div ( double  a,
const SparseComplexMatrix b 
)
ComplexMatrix x_el_div ( const Complex  a,
const SparseMatrix b 
)
ComplexMatrix x_el_div ( const Complex  a,
const SparseComplexMatrix b 
)
Matrix xdiv ( const Matrix a,
const SparseMatrix b,
MatrixType typ 
)
ComplexMatrix xdiv ( const Matrix a,
const SparseComplexMatrix b,
MatrixType typ 
)
ComplexMatrix xdiv ( const ComplexMatrix a,
const SparseMatrix b,
MatrixType typ 
)
ComplexMatrix xdiv ( const ComplexMatrix a,
const SparseComplexMatrix b,
MatrixType typ 
)
SparseMatrix xdiv ( const SparseMatrix a,
const SparseMatrix b,
MatrixType typ 
)
SparseComplexMatrix xdiv ( const SparseMatrix a,
const SparseComplexMatrix b,
MatrixType typ 
)
SparseComplexMatrix xdiv ( const SparseComplexMatrix a,
const SparseMatrix b,
MatrixType typ 
)
SparseComplexMatrix xdiv ( const SparseComplexMatrix a,
const SparseComplexMatrix b,
MatrixType typ 
)
SparseMatrix xdiv ( const SparseMatrix a,
const DiagMatrix b,
MatrixType typ 
)

Definition at line 335 of file sparse-xdiv.cc.

References a, and b.

SparseComplexMatrix xdiv ( const SparseMatrix a,
const ComplexDiagMatrix b,
MatrixType typ 
)

Definition at line 342 of file sparse-xdiv.cc.

References a, and b.

SparseComplexMatrix xdiv ( const SparseComplexMatrix a,
const DiagMatrix b,
MatrixType typ 
)

Definition at line 349 of file sparse-xdiv.cc.

References a, and b.

SparseComplexMatrix xdiv ( const SparseComplexMatrix a,
const ComplexDiagMatrix b,
MatrixType typ 
)

Definition at line 356 of file sparse-xdiv.cc.

References a, and b.

Matrix xleftdiv ( const SparseMatrix a,
const Matrix b,
MatrixType typ 
)
ComplexMatrix xleftdiv ( const SparseMatrix a,
const ComplexMatrix b,
MatrixType typ 
)
ComplexMatrix xleftdiv ( const SparseComplexMatrix a,
const Matrix b,
MatrixType typ 
)
ComplexMatrix xleftdiv ( const SparseComplexMatrix a,
const ComplexMatrix b,
MatrixType typ 
)
SparseMatrix xleftdiv ( const SparseMatrix a,
const SparseMatrix b,
MatrixType typ 
)
SparseComplexMatrix xleftdiv ( const SparseMatrix a,
const SparseComplexMatrix b,
MatrixType typ 
)
SparseComplexMatrix xleftdiv ( const SparseComplexMatrix a,
const SparseMatrix b,
MatrixType typ 
)
SparseComplexMatrix xleftdiv ( const SparseComplexMatrix a,
const SparseComplexMatrix b,
MatrixType typ 
)
SparseMatrix xleftdiv ( const DiagMatrix ,
const SparseMatrix ,
MatrixType  
)

Definition at line 608 of file sparse-xdiv.cc.

References a, and d.

SparseComplexMatrix xleftdiv ( const ComplexDiagMatrix ,
const SparseMatrix ,
MatrixType  
)

Definition at line 622 of file sparse-xdiv.cc.

References a, and d.

SparseComplexMatrix xleftdiv ( const DiagMatrix ,
const SparseComplexMatrix ,
MatrixType  
)

Definition at line 615 of file sparse-xdiv.cc.

References a, and d.

SparseComplexMatrix xleftdiv ( const ComplexDiagMatrix ,
const SparseComplexMatrix ,
MatrixType  
)

Definition at line 629 of file sparse-xdiv.cc.

References a, and d.