GNU Octave  4.4.1
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
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

◆ x_el_div() [1/4]

Matrix x_el_div ( double  a,
const SparseMatrix b 
)

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

References a, b, i, Inf, NaN(), and result.

Referenced by oct_binop_el_ldiv().

◆ x_el_div() [2/4]

ComplexMatrix x_el_div ( double  a,
const SparseComplexMatrix b 
)

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

References a, b, i, NaN(), and result.

◆ x_el_div() [3/4]

ComplexMatrix x_el_div ( const Complex  a,
const SparseMatrix b 
)

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

References a, b, i, and result.

◆ x_el_div() [4/4]

ComplexMatrix x_el_div ( const Complex  a,
const SparseComplexMatrix b 
)

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

References a, b, i, and result.

◆ xdiv() [1/12]

◆ xdiv() [2/12]

◆ xdiv() [3/12]

ComplexMatrix xdiv ( const ComplexMatrix a,
const SparseMatrix b,
MatrixType typ 
)

◆ xdiv() [4/12]

◆ xdiv() [5/12]

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

◆ xdiv() [6/12]

◆ xdiv() [7/12]

◆ xdiv() [8/12]

◆ xdiv() [9/12]

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

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

References a, and b.

◆ xdiv() [10/12]

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

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

References a, and b.

◆ xdiv() [11/12]

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

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

References a, and b.

◆ xdiv() [12/12]

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

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

References a, and b.

◆ xleftdiv() [1/12]

◆ xleftdiv() [2/12]

ComplexMatrix xleftdiv ( const SparseMatrix a,
const ComplexMatrix b,
MatrixType typ 
)

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

References a, b, mx_leftdiv_conform(), and solve_singularity_warning().

◆ xleftdiv() [3/12]

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

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

References a, b, mx_leftdiv_conform(), and solve_singularity_warning().

◆ xleftdiv() [4/12]

ComplexMatrix xleftdiv ( const SparseComplexMatrix a,
const ComplexMatrix b,
MatrixType typ 
)

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

References a, b, mx_leftdiv_conform(), and solve_singularity_warning().

◆ xleftdiv() [5/12]

SparseMatrix xleftdiv ( const SparseMatrix a,
const SparseMatrix b,
MatrixType typ 
)

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

References a, b, mx_leftdiv_conform(), and solve_singularity_warning().

◆ xleftdiv() [6/12]

SparseComplexMatrix xleftdiv ( const SparseMatrix a,
const SparseComplexMatrix b,
MatrixType typ 
)

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

References a, b, mx_leftdiv_conform(), and solve_singularity_warning().

◆ xleftdiv() [7/12]

SparseComplexMatrix xleftdiv ( const SparseComplexMatrix a,
const SparseMatrix b,
MatrixType typ 
)

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

References a, b, mx_leftdiv_conform(), and solve_singularity_warning().

◆ xleftdiv() [8/12]

SparseComplexMatrix xleftdiv ( const SparseComplexMatrix a,
const SparseComplexMatrix b,
MatrixType typ 
)

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

References a, b, mx_leftdiv_conform(), and solve_singularity_warning().

◆ xleftdiv() [9/12]

SparseMatrix xleftdiv ( const DiagMatrix ,
const SparseMatrix ,
MatrixType  
)

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

References a, and d.

◆ xleftdiv() [10/12]

SparseComplexMatrix xleftdiv ( const ComplexDiagMatrix ,
const SparseMatrix ,
MatrixType  
)

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

References a, and d.

◆ xleftdiv() [11/12]

SparseComplexMatrix xleftdiv ( const DiagMatrix ,
const SparseComplexMatrix ,
MatrixType  
)

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

References a, and d.

◆ xleftdiv() [12/12]

SparseComplexMatrix xleftdiv ( const ComplexDiagMatrix ,
const SparseComplexMatrix ,
MatrixType  
)

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

References a, and d.