GNU Octave  9.1.0
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"

Go to the source code of this file.

Functions

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

Function Documentation

◆ elem_xdiv() [1/4]

◆ elem_xdiv() [2/4]

◆ elem_xdiv() [3/4]

◆ elem_xdiv() [4/4]

◆ xdiv() [1/12]

◆ xdiv() [2/12]

◆ xdiv() [3/12]

◆ xdiv() [4/12]

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

◆ xdiv() [5/12]

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

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

◆ xdiv() [6/12]

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

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

◆ xdiv() [7/12]

◆ xdiv() [8/12]

◆ xdiv() [9/12]

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

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

◆ xdiv() [10/12]

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

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

◆ xdiv() [11/12]

◆ xdiv() [12/12]

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

◆ xleftdiv() [1/12]

SparseComplexMatrix xleftdiv ( const ComplexDiagMatrix d,
const SparseComplexMatrix a,
MatrixType  
)

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

References d.

◆ xleftdiv() [2/12]

SparseComplexMatrix xleftdiv ( const ComplexDiagMatrix d,
const SparseMatrix a,
MatrixType  
)

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

References d.

◆ xleftdiv() [3/12]

SparseComplexMatrix xleftdiv ( const DiagMatrix d,
const SparseComplexMatrix a,
MatrixType  
)

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

References d.

◆ xleftdiv() [4/12]

SparseMatrix xleftdiv ( const DiagMatrix d,
const SparseMatrix a,
MatrixType  
)

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

References d.

◆ xleftdiv() [5/12]

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

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

References mx_leftdiv_conform(), and SparseComplexMatrix::solve().

◆ xleftdiv() [6/12]

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

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

References mx_leftdiv_conform(), and SparseComplexMatrix::solve().

◆ xleftdiv() [7/12]

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

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

References mx_leftdiv_conform(), and SparseComplexMatrix::solve().

◆ xleftdiv() [8/12]

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

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

References mx_leftdiv_conform(), and SparseComplexMatrix::solve().

◆ xleftdiv() [9/12]

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

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

References mx_leftdiv_conform(), and SparseMatrix::solve().

◆ xleftdiv() [10/12]

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

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

References mx_leftdiv_conform(), and SparseMatrix::solve().

◆ xleftdiv() [11/12]

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

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

References mx_leftdiv_conform(), and SparseMatrix::solve().

◆ xleftdiv() [12/12]

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

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

References mx_leftdiv_conform(), and SparseMatrix::solve().