![]() |
GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|


Go to the source code of this file.
| Matrix x_el_div | ( | double | a, |
| const SparseMatrix & | b | ||
| ) |
Definition at line 373 of file sparse-xdiv.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Array< T >::elem(), octave_Inf, octave_NaN, Sparse< T >::ridx(), and Sparse< T >::rows().
Referenced by oct_binop_el_ldiv().
| ComplexMatrix x_el_div | ( | double | a, |
| const SparseComplexMatrix & | b | ||
| ) |
Definition at line 398 of file sparse-xdiv.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Array< T >::elem(), octave_NaN, Sparse< T >::ridx(), and Sparse< T >::rows().
| ComplexMatrix x_el_div | ( | const Complex | a, |
| const SparseMatrix & | b | ||
| ) |
Definition at line 416 of file sparse-xdiv.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Array< T >::elem(), Sparse< T >::ridx(), and Sparse< T >::rows().
| ComplexMatrix x_el_div | ( | const Complex | a, |
| const SparseComplexMatrix & | b | ||
| ) |
Definition at line 434 of file sparse-xdiv.cc.
References Sparse< T >::cidx(), Sparse< T >::cols(), Sparse< T >::data(), Array< T >::elem(), Sparse< T >::ridx(), and Sparse< T >::rows().
| Matrix xdiv | ( | const Matrix & | a, |
| const SparseMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 135 of file sparse-xdiv.cc.
References mx_div_conform(), SparseMatrix::solve(), solve_singularity_warning(), Matrix::transpose(), SparseMatrix::transpose(), and MatrixType::transpose().
Referenced by oct_binop_div(), oct_binop_div_scm_cdm(), oct_binop_div_scm_dm(), oct_binop_div_sm_cdm(), and oct_binop_div_sm_dm().
| ComplexMatrix xdiv | ( | const Matrix & | a, |
| const SparseComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 155 of file sparse-xdiv.cc.
References SparseComplexMatrix::hermitian(), ComplexMatrix::hermitian(), mx_div_conform(), SparseComplexMatrix::solve(), solve_singularity_warning(), Matrix::transpose(), and MatrixType::transpose().
| ComplexMatrix xdiv | ( | const ComplexMatrix & | a, |
| const SparseMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 175 of file sparse-xdiv.cc.
References ComplexMatrix::hermitian(), mx_div_conform(), SparseMatrix::solve(), solve_singularity_warning(), SparseMatrix::transpose(), and MatrixType::transpose().
| ComplexMatrix xdiv | ( | const ComplexMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 195 of file sparse-xdiv.cc.
References SparseComplexMatrix::hermitian(), ComplexMatrix::hermitian(), mx_div_conform(), SparseComplexMatrix::solve(), solve_singularity_warning(), and MatrixType::transpose().
| SparseMatrix xdiv | ( | const SparseMatrix & | a, |
| const SparseMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 215 of file sparse-xdiv.cc.
References mx_div_conform(), SparseMatrix::solve(), solve_singularity_warning(), SparseMatrix::transpose(), and MatrixType::transpose().
| SparseComplexMatrix xdiv | ( | const SparseMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 235 of file sparse-xdiv.cc.
References SparseComplexMatrix::hermitian(), mx_div_conform(), SparseComplexMatrix::solve(), solve_singularity_warning(), SparseComplexMatrix, SparseMatrix::transpose(), and MatrixType::transpose().
| SparseComplexMatrix xdiv | ( | const SparseComplexMatrix & | a, |
| const SparseMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 255 of file sparse-xdiv.cc.
References SparseComplexMatrix::hermitian(), mx_div_conform(), SparseMatrix::solve(), solve_singularity_warning(), SparseComplexMatrix, SparseMatrix::transpose(), and MatrixType::transpose().
| SparseComplexMatrix xdiv | ( | const SparseComplexMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 275 of file sparse-xdiv.cc.
References SparseComplexMatrix::hermitian(), mx_div_conform(), SparseComplexMatrix::solve(), solve_singularity_warning(), SparseComplexMatrix, and MatrixType::transpose().
| SparseMatrix xdiv | ( | const SparseMatrix & | a, |
| const DiagMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 337 of file sparse-xdiv.cc.
| SparseComplexMatrix xdiv | ( | const SparseMatrix & | a, |
| const ComplexDiagMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 344 of file sparse-xdiv.cc.
| SparseComplexMatrix xdiv | ( | const SparseComplexMatrix & | a, |
| const DiagMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 351 of file sparse-xdiv.cc.
| SparseComplexMatrix xdiv | ( | const SparseComplexMatrix & | a, |
| const ComplexDiagMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 358 of file sparse-xdiv.cc.
| Matrix xleftdiv | ( | const SparseMatrix & | a, |
| const Matrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 466 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseMatrix::solve(), and solve_singularity_warning().
Referenced by oct_binop_herm_ldiv(), oct_binop_ldiv(), oct_binop_ldiv_cdm_scm(), oct_binop_ldiv_cdm_sm(), oct_binop_ldiv_dm_scm(), oct_binop_ldiv_dm_sm(), and oct_binop_trans_ldiv().
| ComplexMatrix xleftdiv | ( | const SparseMatrix & | a, |
| const ComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 478 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseMatrix::solve(), and solve_singularity_warning().
| ComplexMatrix xleftdiv | ( | const SparseComplexMatrix & | a, |
| const Matrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 514 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseComplexMatrix::solve(), and solve_singularity_warning().
| ComplexMatrix xleftdiv | ( | const SparseComplexMatrix & | a, |
| const ComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 526 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseComplexMatrix::solve(), and solve_singularity_warning().
| SparseMatrix xleftdiv | ( | const SparseMatrix & | a, |
| const SparseMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 490 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseMatrix::solve(), and solve_singularity_warning().
| SparseComplexMatrix xleftdiv | ( | const SparseMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 502 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseMatrix::solve(), solve_singularity_warning(), and SparseComplexMatrix.
| SparseComplexMatrix xleftdiv | ( | const SparseComplexMatrix & | a, |
| const SparseMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 538 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseComplexMatrix::solve(), solve_singularity_warning(), and SparseComplexMatrix.
| SparseComplexMatrix xleftdiv | ( | const SparseComplexMatrix & | a, |
| const SparseComplexMatrix & | b, | ||
| MatrixType & | typ | ||
| ) |
Definition at line 550 of file sparse-xdiv.cc.
References mx_leftdiv_conform(), SparseComplexMatrix::solve(), solve_singularity_warning(), and SparseComplexMatrix.
| SparseMatrix xleftdiv | ( | const DiagMatrix & | , |
| const SparseMatrix & | , | ||
| MatrixType & | |||
| ) |
Definition at line 610 of file sparse-xdiv.cc.
References d.
| SparseComplexMatrix xleftdiv | ( | const ComplexDiagMatrix & | , |
| const SparseMatrix & | , | ||
| MatrixType & | |||
| ) |
Definition at line 624 of file sparse-xdiv.cc.
References d.
| SparseComplexMatrix xleftdiv | ( | const DiagMatrix & | , |
| const SparseComplexMatrix & | , | ||
| MatrixType & | |||
| ) |
Definition at line 617 of file sparse-xdiv.cc.
References d.
| SparseComplexMatrix xleftdiv | ( | const ComplexDiagMatrix & | , |
| const SparseComplexMatrix & | , | ||
| MatrixType & | |||
| ) |
Definition at line 631 of file sparse-xdiv.cc.
References d.
1.8.1.2