Navigation

Operators and Keywords

Function List:

C++ API

xdiv.h File Reference

#include "mx-defs.h"
#include "MatrixType.h"
Include dependency graph for xdiv.h:

Go to the source code of this file.

Functions

Matrix xdiv (const Matrix &a, const Matrix &b, MatrixType &typ)
ComplexMatrix xdiv (const Matrix &a, const ComplexMatrix &b, MatrixType &typ)
ComplexMatrix xdiv (const ComplexMatrix &a, const Matrix &b, MatrixType &typ)
ComplexMatrix xdiv (const ComplexMatrix &a, const ComplexMatrix &b, MatrixType &typ)
Matrix x_el_div (double a, const Matrix &b)
ComplexMatrix x_el_div (double a, const ComplexMatrix &b)
ComplexMatrix x_el_div (const Complex a, const Matrix &b)
ComplexMatrix x_el_div (const Complex a, const ComplexMatrix &b)
NDArray x_el_div (double a, const NDArray &b)
ComplexNDArray x_el_div (double a, const ComplexNDArray &b)
ComplexNDArray x_el_div (const Complex a, const NDArray &b)
ComplexNDArray x_el_div (const Complex a, const ComplexNDArray &b)
Matrix xleftdiv (const Matrix &a, const Matrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
ComplexMatrix xleftdiv (const Matrix &a, const ComplexMatrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
ComplexMatrix xleftdiv (const ComplexMatrix &a, const Matrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
ComplexMatrix xleftdiv (const ComplexMatrix &a, const ComplexMatrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
FloatMatrix xdiv (const FloatMatrix &a, const FloatMatrix &b, MatrixType &typ)
FloatComplexMatrix xdiv (const FloatMatrix &a, const FloatComplexMatrix &b, MatrixType &typ)
FloatComplexMatrix xdiv (const FloatComplexMatrix &a, const FloatMatrix &b, MatrixType &typ)
FloatComplexMatrix xdiv (const FloatComplexMatrix &a, const FloatComplexMatrix &b, MatrixType &typ)
FloatMatrix x_el_div (float a, const FloatMatrix &b)
FloatComplexMatrix x_el_div (float a, const FloatComplexMatrix &b)
FloatComplexMatrix x_el_div (const FloatComplex a, const FloatMatrix &b)
FloatComplexMatrix x_el_div (const FloatComplex a, const FloatComplexMatrix &b)
FloatNDArray x_el_div (float a, const FloatNDArray &b)
FloatComplexNDArray x_el_div (float a, const FloatComplexNDArray &b)
FloatComplexNDArray x_el_div (const FloatComplex a, const FloatNDArray &b)
FloatComplexNDArray x_el_div (const FloatComplex a, const FloatComplexNDArray &b)
FloatMatrix xleftdiv (const FloatMatrix &a, const FloatMatrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
FloatComplexMatrix xleftdiv (const FloatMatrix &a, const FloatComplexMatrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
FloatComplexMatrix xleftdiv (const FloatComplexMatrix &a, const FloatMatrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
FloatComplexMatrix xleftdiv (const FloatComplexMatrix &a, const FloatComplexMatrix &b, MatrixType &typ, blas_trans_type transt=blas_no_trans)
Matrix xdiv (const Matrix &a, const DiagMatrix &b)
ComplexMatrix xdiv (const ComplexMatrix &a, const DiagMatrix &b)
ComplexMatrix xdiv (const ComplexMatrix &a, const ComplexDiagMatrix &b)
DiagMatrix xdiv (const DiagMatrix &a, const DiagMatrix &b)
ComplexDiagMatrix xdiv (const ComplexDiagMatrix &a, const DiagMatrix &b)
ComplexDiagMatrix xdiv (const ComplexDiagMatrix &a, const ComplexDiagMatrix &b)
FloatMatrix xdiv (const FloatMatrix &a, const FloatDiagMatrix &b)
FloatComplexMatrix xdiv (const FloatComplexMatrix &a, const FloatDiagMatrix &b)
FloatComplexMatrix xdiv (const FloatMatrix &a, const FloatComplexDiagMatrix &b)
FloatComplexMatrix xdiv (const FloatComplexMatrix &a, const FloatComplexDiagMatrix &b)
FloatDiagMatrix xdiv (const FloatDiagMatrix &a, const FloatDiagMatrix &b)
FloatComplexDiagMatrix xdiv (const FloatComplexDiagMatrix &a, const FloatDiagMatrix &b)
FloatComplexDiagMatrix xdiv (const FloatComplexDiagMatrix &a, const FloatComplexDiagMatrix &b)
Matrix xleftdiv (const DiagMatrix &a, const Matrix &b)
ComplexMatrix xleftdiv (const DiagMatrix &a, const ComplexMatrix &b)
ComplexMatrix xleftdiv (const ComplexDiagMatrix &a, const ComplexMatrix &b)
DiagMatrix xleftdiv (const DiagMatrix &a, const DiagMatrix &b)
ComplexDiagMatrix xleftdiv (const DiagMatrix &a, const ComplexDiagMatrix &b)
ComplexDiagMatrix xleftdiv (const ComplexDiagMatrix &a, const ComplexDiagMatrix &b)
FloatMatrix xleftdiv (const FloatDiagMatrix &a, const FloatMatrix &b)
FloatComplexMatrix xleftdiv (const FloatDiagMatrix &a, const FloatComplexMatrix &b)
FloatComplexMatrix xleftdiv (const FloatComplexDiagMatrix &a, const FloatComplexMatrix &b)
FloatDiagMatrix xleftdiv (const FloatDiagMatrix &a, const FloatDiagMatrix &b)
FloatComplexDiagMatrix xleftdiv (const FloatDiagMatrix &a, const FloatComplexDiagMatrix &b)
FloatComplexDiagMatrix xleftdiv (const FloatComplexDiagMatrix &a, const FloatComplexDiagMatrix &b)

Function Documentation

Matrix x_el_div ( double  a,
const Matrix b 
)
ComplexMatrix x_el_div ( const Complex  a,
const ComplexMatrix b 
)
NDArray x_el_div ( double  a,
const NDArray b 
)
ComplexNDArray x_el_div ( double  a,
const ComplexNDArray b 
)
FloatMatrix x_el_div ( float  a,
const FloatMatrix b 
)
ComplexNDArray x_el_div ( const Complex  a,
const NDArray b 
)
FloatComplexMatrix x_el_div ( float  a,
const FloatComplexMatrix b 
)
FloatComplexMatrix x_el_div ( const FloatComplex  a,
const FloatMatrix b 
)
ComplexMatrix x_el_div ( double  a,
const ComplexMatrix b 
)
ComplexNDArray x_el_div ( const Complex  a,
const ComplexNDArray b 
)
FloatComplexMatrix x_el_div ( const FloatComplex  a,
const FloatComplexMatrix b 
)
FloatNDArray x_el_div ( float  a,
const FloatNDArray b 
)
FloatComplexNDArray x_el_div ( float  a,
const FloatComplexNDArray b 
)
FloatComplexNDArray x_el_div ( const FloatComplex  a,
const FloatNDArray b 
)
ComplexMatrix x_el_div ( const Complex  a,
const Matrix b 
)
FloatComplexNDArray x_el_div ( const FloatComplex  a,
const FloatComplexNDArray b 
)
FloatComplexMatrix xdiv ( const FloatComplexMatrix a,
const FloatComplexDiagMatrix b 
)
ComplexMatrix xdiv ( const ComplexMatrix a,
const ComplexMatrix b,
MatrixType typ 
)
Matrix xdiv ( const Matrix a,
const DiagMatrix b 
)
FloatMatrix xdiv ( const FloatMatrix a,
const FloatDiagMatrix b 
)
ComplexDiagMatrix xdiv ( const ComplexDiagMatrix a,
const ComplexDiagMatrix b 
)
ComplexDiagMatrix xdiv ( const ComplexDiagMatrix a,
const DiagMatrix b 
)
DiagMatrix xdiv ( const DiagMatrix a,
const DiagMatrix b 
)
FloatMatrix xdiv ( const FloatMatrix a,
const FloatMatrix b,
MatrixType typ 
)
ComplexMatrix xdiv ( const ComplexMatrix a,
const DiagMatrix b 
)
ComplexMatrix xdiv ( const ComplexMatrix a,
const ComplexDiagMatrix b 
)
Matrix xdiv ( const Matrix a,
const Matrix b,
MatrixType typ 
)
FloatComplexMatrix xdiv ( const FloatMatrix a,
const FloatComplexMatrix b,
MatrixType typ 
)
FloatComplexMatrix xdiv ( const FloatComplexMatrix a,
const FloatMatrix b,
MatrixType typ 
)
FloatComplexMatrix xdiv ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
MatrixType typ 
)
FloatComplexMatrix xdiv ( const FloatComplexMatrix a,
const FloatDiagMatrix b 
)
FloatComplexMatrix xdiv ( const FloatMatrix a,
const FloatComplexDiagMatrix b 
)
ComplexMatrix xdiv ( const Matrix a,
const ComplexMatrix b,
MatrixType typ 
)
FloatComplexDiagMatrix xdiv ( const FloatComplexDiagMatrix a,
const FloatDiagMatrix b 
)
FloatDiagMatrix xdiv ( const FloatDiagMatrix a,
const FloatDiagMatrix b 
)
ComplexMatrix xdiv ( const ComplexMatrix a,
const Matrix b,
MatrixType typ 
)
FloatMatrix xleftdiv ( const FloatMatrix a,
const FloatMatrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
FloatComplexMatrix xleftdiv ( const FloatMatrix a,
const FloatComplexMatrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
ComplexMatrix xleftdiv ( const ComplexMatrix a,
const ComplexMatrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
ComplexDiagMatrix xleftdiv ( const ComplexDiagMatrix a,
const ComplexDiagMatrix b 
)
FloatComplexDiagMatrix xleftdiv ( const FloatDiagMatrix a,
const FloatComplexDiagMatrix b 
)
FloatComplexDiagMatrix xleftdiv ( const FloatComplexDiagMatrix a,
const FloatComplexDiagMatrix b 
)
ComplexMatrix xleftdiv ( const ComplexMatrix a,
const Matrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
FloatComplexMatrix xleftdiv ( const FloatDiagMatrix a,
const FloatComplexMatrix b 
)
ComplexMatrix xleftdiv ( const DiagMatrix a,
const ComplexMatrix b 
)
Matrix xleftdiv ( const DiagMatrix a,
const Matrix b 
)
Matrix xleftdiv ( const Matrix a,
const Matrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
ComplexMatrix xleftdiv ( const Matrix a,
const ComplexMatrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
FloatComplexMatrix xleftdiv ( const FloatComplexMatrix a,
const FloatComplexMatrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
FloatMatrix xleftdiv ( const FloatDiagMatrix a,
const FloatMatrix b 
)
FloatDiagMatrix xleftdiv ( const FloatDiagMatrix a,
const FloatDiagMatrix b 
)
FloatComplexMatrix xleftdiv ( const FloatComplexDiagMatrix a,
const FloatComplexMatrix b 
)
ComplexDiagMatrix xleftdiv ( const DiagMatrix a,
const ComplexDiagMatrix b 
)
FloatComplexMatrix xleftdiv ( const FloatComplexMatrix a,
const FloatMatrix b,
MatrixType typ,
blas_trans_type  transt = blas_no_trans 
)
ComplexMatrix xleftdiv ( const ComplexDiagMatrix a,
const ComplexMatrix b 
)
DiagMatrix xleftdiv ( const DiagMatrix a,
const DiagMatrix b 
)
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines