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.
Definition at line 207 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
ComplexMatrix x_el_div | ( | double | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 225 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
ComplexMatrix x_el_div | ( | const Complex | a, |
const Matrix & | b | ||
) |
Definition at line 243 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
ComplexMatrix x_el_div | ( | const Complex | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 261 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
Definition at line 288 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
ComplexNDArray x_el_div | ( | double | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 302 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
ComplexNDArray x_el_div | ( | const Complex | a, |
const NDArray & | b | ||
) |
Definition at line 316 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
ComplexNDArray x_el_div | ( | const Complex | a, |
const ComplexNDArray & | b | ||
) |
Definition at line 330 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
FloatMatrix x_el_div | ( | float | a, |
const FloatMatrix & | b | ||
) |
Definition at line 509 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
FloatComplexMatrix x_el_div | ( | float | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 527 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
FloatComplexMatrix x_el_div | ( | const FloatComplex | a, |
const FloatMatrix & | b | ||
) |
Definition at line 545 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
FloatComplexMatrix x_el_div | ( | const FloatComplex | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 563 of file xdiv.cc.
References Array< T >::columns(), and Array< T >::rows().
FloatNDArray x_el_div | ( | float | a, |
const FloatNDArray & | b | ||
) |
Definition at line 590 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
FloatComplexNDArray x_el_div | ( | float | a, |
const FloatComplexNDArray & | b | ||
) |
Definition at line 604 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
FloatComplexNDArray x_el_div | ( | const FloatComplex | a, |
const FloatNDArray & | b | ||
) |
Definition at line 618 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
FloatComplexNDArray x_el_div | ( | const FloatComplex | a, |
const FloatComplexNDArray & | b | ||
) |
Definition at line 632 of file xdiv.cc.
References Array< T >::dims(), and Array< T >::length().
Matrix xdiv | ( | const Matrix & | a, |
const Matrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 131 of file xdiv.cc.
References blas_trans, mx_div_conform(), Matrix::solve(), solve_singularity_warning(), and Matrix::transpose().
ComplexMatrix xdiv | ( | const Matrix & | a, |
const ComplexMatrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 148 of file xdiv.cc.
References blas_trans, mx_div_conform(), ComplexMatrix::solve(), solve_singularity_warning(), Matrix::transpose(), and ComplexMatrix::transpose().
ComplexMatrix xdiv | ( | const ComplexMatrix & | a, |
const Matrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 165 of file xdiv.cc.
References blas_trans, mx_div_conform(), Matrix::solve(), solve_singularity_warning(), and ComplexMatrix::transpose().
ComplexMatrix xdiv | ( | const ComplexMatrix & | a, |
const ComplexMatrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 182 of file xdiv.cc.
References blas_trans, mx_div_conform(), ComplexMatrix::solve(), solve_singularity_warning(), and ComplexMatrix::transpose().
FloatMatrix xdiv | ( | const FloatMatrix & | a, |
const FloatMatrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 433 of file xdiv.cc.
References blas_trans, mx_div_conform(), FloatMatrix::solve(), solve_singularity_warning(), and FloatMatrix::transpose().
FloatComplexMatrix xdiv | ( | const FloatMatrix & | a, |
const FloatComplexMatrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 450 of file xdiv.cc.
References blas_trans, mx_div_conform(), FloatComplexMatrix::solve(), solve_singularity_warning(), FloatMatrix::transpose(), and FloatComplexMatrix::transpose().
FloatComplexMatrix xdiv | ( | const FloatComplexMatrix & | a, |
const FloatMatrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 467 of file xdiv.cc.
References blas_trans, mx_div_conform(), FloatMatrix::solve(), solve_singularity_warning(), and FloatComplexMatrix::transpose().
FloatComplexMatrix xdiv | ( | const FloatComplexMatrix & | a, |
const FloatComplexMatrix & | b, | ||
MatrixType & | typ | ||
) |
Definition at line 484 of file xdiv.cc.
References blas_trans, mx_div_conform(), FloatComplexMatrix::solve(), solve_singularity_warning(), and FloatComplexMatrix::transpose().
Matrix xdiv | ( | const Matrix & | a, |
const DiagMatrix & | b | ||
) |
Definition at line 753 of file xdiv.cc.
References mdm_div_impl().
ComplexMatrix xdiv | ( | const ComplexMatrix & | a, |
const DiagMatrix & | b | ||
) |
Definition at line 758 of file xdiv.cc.
References mdm_div_impl().
ComplexMatrix xdiv | ( | const ComplexMatrix & | a, |
const ComplexDiagMatrix & | b | ||
) |
Definition at line 763 of file xdiv.cc.
References mdm_div_impl().
DiagMatrix xdiv | ( | const DiagMatrix & | a, |
const DiagMatrix & | b | ||
) |
Definition at line 902 of file xdiv.cc.
References dmdm_div_impl().
ComplexDiagMatrix xdiv | ( | const ComplexDiagMatrix & | a, |
const DiagMatrix & | b | ||
) |
Definition at line 907 of file xdiv.cc.
References dmdm_div_impl().
ComplexDiagMatrix xdiv | ( | const ComplexDiagMatrix & | a, |
const ComplexDiagMatrix & | b | ||
) |
Definition at line 912 of file xdiv.cc.
References dmdm_div_impl().
FloatMatrix xdiv | ( | const FloatMatrix & | a, |
const FloatDiagMatrix & | b | ||
) |
Definition at line 777 of file xdiv.cc.
References mdm_div_impl().
FloatComplexMatrix xdiv | ( | const FloatComplexMatrix & | a, |
const FloatDiagMatrix & | b | ||
) |
Definition at line 782 of file xdiv.cc.
References mdm_div_impl().
FloatComplexMatrix xdiv | ( | const FloatMatrix & | a, |
const FloatComplexDiagMatrix & | b | ||
) |
FloatComplexMatrix xdiv | ( | const FloatComplexMatrix & | a, |
const FloatComplexDiagMatrix & | b | ||
) |
Definition at line 787 of file xdiv.cc.
References mdm_div_impl().
FloatDiagMatrix xdiv | ( | const FloatDiagMatrix & | a, |
const FloatDiagMatrix & | b | ||
) |
Definition at line 926 of file xdiv.cc.
References dmdm_div_impl().
FloatComplexDiagMatrix xdiv | ( | const FloatComplexDiagMatrix & | a, |
const FloatDiagMatrix & | b | ||
) |
Definition at line 931 of file xdiv.cc.
References dmdm_div_impl().
FloatComplexDiagMatrix xdiv | ( | const FloatComplexDiagMatrix & | a, |
const FloatComplexDiagMatrix & | b | ||
) |
Definition at line 936 of file xdiv.cc.
References dmdm_div_impl().
Matrix xleftdiv | ( | const Matrix & | a, |
const Matrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 354 of file xdiv.cc.
References mx_leftdiv_conform(), Matrix::solve(), and solve_singularity_warning().
ComplexMatrix xleftdiv | ( | const Matrix & | a, |
const ComplexMatrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 367 of file xdiv.cc.
References mx_leftdiv_conform(), Matrix::solve(), and solve_singularity_warning().
ComplexMatrix xleftdiv | ( | const ComplexMatrix & | a, |
const Matrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 381 of file xdiv.cc.
References mx_leftdiv_conform(), ComplexMatrix::solve(), and solve_singularity_warning().
ComplexMatrix xleftdiv | ( | const ComplexMatrix & | a, |
const ComplexMatrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 394 of file xdiv.cc.
References mx_leftdiv_conform(), ComplexMatrix::solve(), and solve_singularity_warning().
FloatMatrix xleftdiv | ( | const FloatMatrix & | a, |
const FloatMatrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 656 of file xdiv.cc.
References mx_leftdiv_conform(), FloatMatrix::solve(), and solve_singularity_warning().
FloatComplexMatrix xleftdiv | ( | const FloatMatrix & | a, |
const FloatComplexMatrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 669 of file xdiv.cc.
References mx_leftdiv_conform(), FloatMatrix::solve(), and solve_singularity_warning().
FloatComplexMatrix xleftdiv | ( | const FloatComplexMatrix & | a, |
const FloatMatrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 683 of file xdiv.cc.
References mx_leftdiv_conform(), FloatComplexMatrix::solve(), and solve_singularity_warning().
FloatComplexMatrix xleftdiv | ( | const FloatComplexMatrix & | a, |
const FloatComplexMatrix & | b, | ||
MatrixType & | typ, | ||
blas_trans_type | transt = blas_no_trans |
||
) |
Definition at line 696 of file xdiv.cc.
References mx_leftdiv_conform(), FloatComplexMatrix::solve(), and solve_singularity_warning().
Matrix xleftdiv | ( | const DiagMatrix & | a, |
const Matrix & | b | ||
) |
Definition at line 828 of file xdiv.cc.
References dmm_leftdiv_impl().
ComplexMatrix xleftdiv | ( | const DiagMatrix & | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 833 of file xdiv.cc.
References dmm_leftdiv_impl().
ComplexMatrix xleftdiv | ( | const ComplexDiagMatrix & | a, |
const ComplexMatrix & | b | ||
) |
Definition at line 838 of file xdiv.cc.
References dmm_leftdiv_impl().
DiagMatrix xleftdiv | ( | const DiagMatrix & | a, |
const DiagMatrix & | b | ||
) |
Definition at line 974 of file xdiv.cc.
References dmdm_leftdiv_impl().
ComplexDiagMatrix xleftdiv | ( | const DiagMatrix & | a, |
const ComplexDiagMatrix & | b | ||
) |
Definition at line 979 of file xdiv.cc.
References dmdm_leftdiv_impl().
ComplexDiagMatrix xleftdiv | ( | const ComplexDiagMatrix & | a, |
const ComplexDiagMatrix & | b | ||
) |
Definition at line 984 of file xdiv.cc.
References dmdm_leftdiv_impl().
FloatMatrix xleftdiv | ( | const FloatDiagMatrix & | a, |
const FloatMatrix & | b | ||
) |
Definition at line 852 of file xdiv.cc.
References dmm_leftdiv_impl().
FloatComplexMatrix xleftdiv | ( | const FloatDiagMatrix & | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 857 of file xdiv.cc.
References dmm_leftdiv_impl().
FloatComplexMatrix xleftdiv | ( | const FloatComplexDiagMatrix & | a, |
const FloatComplexMatrix & | b | ||
) |
Definition at line 862 of file xdiv.cc.
References dmm_leftdiv_impl().
FloatDiagMatrix xleftdiv | ( | const FloatDiagMatrix & | a, |
const FloatDiagMatrix & | b | ||
) |
Definition at line 998 of file xdiv.cc.
References dmdm_leftdiv_impl().
FloatComplexDiagMatrix xleftdiv | ( | const FloatDiagMatrix & | a, |
const FloatComplexDiagMatrix & | b | ||
) |
Definition at line 1003 of file xdiv.cc.
References dmdm_leftdiv_impl().
FloatComplexDiagMatrix xleftdiv | ( | const FloatComplexDiagMatrix & | a, |
const FloatComplexDiagMatrix & | b | ||
) |
Definition at line 1008 of file xdiv.cc.
References dmdm_leftdiv_impl().