GNU Octave 10.1.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
 
Loading...
Searching...
No Matches
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 
)
extern

◆ xdiv() [5/12]

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

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

◆ xdiv() [6/12]

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

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

◆ xdiv() [7/12]

◆ xdiv() [8/12]

◆ xdiv() [9/12]

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

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

◆ xdiv() [10/12]

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

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

◆ xdiv() [11/12]

◆ xdiv() [12/12]

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

◆ xleftdiv() [1/12]

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

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

References d.

◆ xleftdiv() [2/12]

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

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

References d.

◆ xleftdiv() [3/12]

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

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

References d.

◆ xleftdiv() [4/12]

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

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

References d.

◆ xleftdiv() [5/12]

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

Definition at line 527 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 
)
extern

Definition at line 515 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 
)
extern

Definition at line 551 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 
)
extern

Definition at line 539 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 
)
extern

Definition at line 479 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 
)
extern

Definition at line 467 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 
)
extern

Definition at line 503 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 
)
extern

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

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