Home
last modified time | relevance | path

Searched refs:ComplexMatrix (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/dports/math/octave/octave-6.4.0/liboctave/array/
H A DCMatrix.h65 ComplexMatrix (const ComplexMatrix& a) = default;
67 ComplexMatrix& operator = (const ComplexMatrix& a) = default;
131 ComplexMatrix& insert (const ComplexMatrix& a,
154 ComplexMatrix append (const ComplexMatrix& a) const;
164 ComplexMatrix stack (const ComplexMatrix& a) const;
308 ComplexMatrix solve (const ComplexMatrix& b) const;
345 ComplexMatrix lssolve (const ComplexMatrix& b) const;
439 Sylvester (const ComplexMatrix&, const ComplexMatrix&, const ComplexMatrix&);
442 xgemm (const ComplexMatrix& a, const ComplexMatrix& b,
473 MM_CMP_OP_DECLS (ComplexMatrix, ComplexMatrix, OCTAVE_API)
[all …]
H A DCMatrix.cc71 ComplexMatrix::ComplexMatrix (const Matrix& a) in ComplexMatrix() function in ComplexMatrix
75 ComplexMatrix::ComplexMatrix (const RowVector& rv) in ComplexMatrix() function in ComplexMatrix
79 ComplexMatrix::ComplexMatrix (const ColumnVector& cv) in ComplexMatrix() function in ComplexMatrix
83 ComplexMatrix::ComplexMatrix (const DiagMatrix& a) in ComplexMatrix() function in ComplexMatrix
135 ComplexMatrix::ComplexMatrix (const boolMatrix& a) in ComplexMatrix() function in ComplexMatrix
139 ComplexMatrix::ComplexMatrix (const charMatrix& a) in ComplexMatrix() function in ComplexMatrix
280 ComplexMatrix::insert (const ComplexMatrix& a, in insert()
495 ComplexMatrix::append (const ComplexMatrix& a) const in append()
615 ComplexMatrix::stack (const ComplexMatrix& a) const in stack()
3647 MM_CMP_OPS (ComplexMatrix, ComplexMatrix)
[all …]
H A DCSparse.h181 ComplexMatrix dsolve (MatrixType& mattype, const ComplexMatrix& b,
202 ComplexMatrix utsolve (MatrixType& mattype, const ComplexMatrix& b,
265 ComplexMatrix bsolve (MatrixType& mattype, const ComplexMatrix& b,
318 ComplexMatrix solve (MatrixType& mattype, const ComplexMatrix& b,
320 ComplexMatrix solve (MatrixType& mattype, const ComplexMatrix& b,
322 ComplexMatrix solve (MatrixType& mattype, const ComplexMatrix& b,
375 ComplexMatrix solve (const ComplexMatrix& b) const;
464 extern OCTAVE_API ComplexMatrix operator * (const ComplexMatrix&,
466 extern OCTAVE_API ComplexMatrix operator * (const ComplexMatrix&,
468 extern OCTAVE_API ComplexMatrix mul_trans (const ComplexMatrix&,
[all …]
H A DdMatrix.h222 ComplexMatrix solve (MatrixType& mattype, const ComplexMatrix& b) const;
223 ComplexMatrix solve (MatrixType& mattype, const ComplexMatrix& b,
225 ComplexMatrix solve (MatrixType& mattype, const ComplexMatrix& b,
227 ComplexMatrix solve (MatrixType& mattype, const ComplexMatrix& b,
262 ComplexMatrix solve (const ComplexMatrix& b) const;
263 ComplexMatrix solve (const ComplexMatrix& b, octave_idx_type& info) const;
264 ComplexMatrix solve (const ComplexMatrix& b, octave_idx_type& info,
266 ComplexMatrix solve (const ComplexMatrix& b, octave_idx_type& info,
298 ComplexMatrix lssolve (const ComplexMatrix& b) const;
300 ComplexMatrix lssolve (const ComplexMatrix& b, octave_idx_type& info,
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/
H A DComplexMatrix.cxx34 ComplexMatrix::ComplexMatrix() in CLASSNAMEINIT()
43 ComplexMatrix::ComplexMatrix(const UnsignedInteger rowDim, in ComplexMatrix() function in ComplexMatrix
54 ComplexMatrix::ComplexMatrix(const UnsignedInteger rowDim, in ComplexMatrix() function in ComplexMatrix
66 ComplexMatrix::ComplexMatrix(const UnsignedInteger rowDim, in ComplexMatrix() function in ComplexMatrix
75 ComplexMatrix::ComplexMatrix(const Implementation & i) in ComplexMatrix() function in ComplexMatrix
103 ComplexMatrix ComplexMatrix::solveLinearSystem(const ComplexMatrix & b, in solveLinearSystem()
195 ComplexMatrix ComplexMatrix::transpose () const in transpose()
202 ComplexMatrix ComplexMatrix::conjugate () const in conjugate()
226 ComplexMatrix ComplexMatrix::operator+ (const ComplexMatrix & m) const in operator +()
238 ComplexMatrix ComplexMatrix::operator- (const ComplexMatrix & m) const in operator -()
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Type/openturns/
H A DComplexMatrix.hxx42 class OT_API ComplexMatrix : class
61 ComplexMatrix();
64 ComplexMatrix(const Implementation & i);
70 ComplexMatrix(const UnsignedInteger rowDim,
104 ComplexMatrix solveLinearSystem(const ComplexMatrix & b,
132 ComplexMatrix transpose () const;
135 ComplexMatrix conjugate () const;
147 ComplexMatrix operator + (const ComplexMatrix & m) const;
153 ComplexMatrix operator - (const ComplexMatrix & m) const;
159 ComplexMatrix operator * (const ComplexMatrix & m) const;
[all …]
/dports/math/openturns/openturns-1.18/python/src/
H A DComplexMatrix.i14 %rename(__baseaddress__) OT::ComplexMatrix::data;
15 %rename(__elementsize__) OT::ComplexMatrix::elementSize;
16 %rename(__stride__) OT::ComplexMatrix::stride;
18 %include openturns/ComplexMatrix.hxx
42 OTMatrixGetAccessor(ComplexMatrix, Complex, _PyComplex_)
43 OTMatrixSetAccessor(ComplexMatrix, Complex, _PyComplex_)
48 %extend ComplexMatrix {
50 ComplexMatrix(const ComplexMatrix & other) { return new OT::ComplexMatrix(other); }
52ComplexMatrix(PyObject * pyObj) { return new OT::ComplexMatrix( OT::convert<OT::_PySequence_,OT::C…
56 ComplexMatrix __rmul__(Complex s) { return s * (*self); }
[all …]
H A DComplexMatrix_doc.i.in1 // ComplexMatrix docstrings are defined in ComplexMatrixImplementation_doc.i.in
3 %feature("docstring") OT::ComplexMatrix
5 %feature("docstring") OT::ComplexMatrix::clean
7 %feature("docstring") OT::ComplexMatrix::conjugate
9 %feature("docstring") OT::ComplexMatrix::conjugateTranspose
11 %feature("docstring") OT::ComplexMatrix::getNbColumns
13 %feature("docstring") OT::ComplexMatrix::getNbRows
15 %feature("docstring") OT::ComplexMatrix::imag
17 %feature("docstring") OT::ComplexMatrix::isEmpty
19 %feature("docstring") OT::ComplexMatrix::real
[all …]
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dxdiv.h35 extern ComplexMatrix xdiv (const Matrix& a, const ComplexMatrix& b,
37 extern ComplexMatrix xdiv (const ComplexMatrix& a, const Matrix& b,
39 extern ComplexMatrix xdiv (const ComplexMatrix& a, const ComplexMatrix& b,
43 extern ComplexMatrix x_el_div (double a, const ComplexMatrix& b);
45 extern ComplexMatrix x_el_div (const Complex a, const ComplexMatrix& b);
54 extern ComplexMatrix xleftdiv (const Matrix& a, const ComplexMatrix& b,
57 extern ComplexMatrix xleftdiv (const ComplexMatrix& a, const Matrix& b,
60 extern ComplexMatrix xleftdiv (const ComplexMatrix& a, const ComplexMatrix& b,
106 extern ComplexMatrix xdiv (const ComplexMatrix& a, const DiagMatrix& b);
107 extern ComplexMatrix xdiv (const ComplexMatrix& a, const ComplexDiagMatrix& b);
[all …]
H A Dsparse-xdiv.h40 extern ComplexMatrix xdiv (const Matrix& a, const SparseComplexMatrix& b,
42 extern ComplexMatrix xdiv (const ComplexMatrix& a, const SparseMatrix& b,
44 extern ComplexMatrix xdiv (const ComplexMatrix& a,
66 extern ComplexMatrix x_el_div (double a, const SparseComplexMatrix& b);
67 extern ComplexMatrix x_el_div (const Complex a, const SparseMatrix& b);
68 extern ComplexMatrix x_el_div (const Complex a,
73 extern ComplexMatrix xleftdiv (const SparseMatrix& a, const ComplexMatrix& b,
75 extern ComplexMatrix xleftdiv (const SparseComplexMatrix& a, const Matrix& b,
77 extern ComplexMatrix xleftdiv (const SparseComplexMatrix& a,
78 const ComplexMatrix& b, MatrixType& typ);
H A Dxdiv.cc83 INSTANTIATE_MX_LEFTDIV_CONFORM (ComplexMatrix, ComplexMatrix);
109 INSTANTIATE_MX_DIV_CONFORM (ComplexMatrix, ComplexMatrix);
138 ComplexMatrix
155 ComplexMatrix
172 ComplexMatrix
215 ComplexMatrix
233 ComplexMatrix
251 ComplexMatrix
357 ComplexMatrix
371 ComplexMatrix
[all …]
/dports/math/openturns/openturns-1.18/lib/test/
H A Dt_ComplexMatrix_std.cxx38 ComplexMatrix matrix0; in main()
48 ComplexMatrix matrix1(2, 2); in main()
64 ComplexMatrix matrix2(matrix1); in main()
94 ComplexMatrix matrix0bis = ComplexMatrix(2, 2, elementsValues); in main()
101 ComplexMatrix matrix3 ; in main()
177 ComplexMatrix scalprod2 = s * matrix1 ; in main()
198 ComplexMatrix matrix7; in main()
199 ComplexMatrix matrix8; in main()
215 ComplexMatrix A(2, 2); in main()
220 ComplexMatrix B = A.transpose(); in main()
[all …]
H A Dt_ComplexMatrix_std.expout2 matrix0 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=0 …
4 matrix1 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 …
6 matrix2 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 …
12 matrix0bis = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows…
14 matrix3 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 …
22 sum1 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 col…
23 sum2 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 col…
26 diff = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 col…
28 prod = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 col…
33 scalprod1 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=…
[all …]
/dports/math/octave/octave-6.4.0/doc/liboctave/
H A Dmatvec.texi204 @deftypefn {} ComplexMatrix solve (const ComplexMatrix &@var{b}) const
224 @deftypefn {} ComplexMatrix lssolve (const ComplexMatrix &@var{b}) const
585 @deftypefnx {} {} ComplexMatrix (const ComplexMatrix &@var{a})
591 @deftypefn {} ComplexMatrix& {operator =} (const ComplexMatrix &@var{a})
622 @deftypefn {} ComplexMatrix append (const ComplexMatrix &@var{a}) const
634 @deftypefn {} ComplexMatrix stack (const ComplexMatrix &@var{a}) const
645 @deftypefnx {} {ComplexMatrix} conj (const ComplexMatrix &@var{a})
678 @deftypefn {} ComplexMatrix solve (const ComplexMatrix &@var{b}) const
688 @deftypefn {} ComplexMatrix lssolve (const ComplexMatrix &@var{b}) const
710 @deftypefn {} ComplexMatrix& {operator +=} (const ComplexMatrix &@var{a})
[all …]
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DMatrix.h32 class ComplexMatrix; variable
172 explicit DoubleMatrix(ComplexMatrix& rhs);
309 class ComplexMatrix
436 explicit ComplexMatrix(const ComplexMatrix& rhs) : ctxt_(rhs.context()), in ComplexMatrix() function
445 explicit ComplexMatrix(DoubleMatrix& rhs);
448 ~ComplexMatrix(void) in ~ComplexMatrix()
453 ComplexMatrix& operator=(const ComplexMatrix& a);
455 ComplexMatrix& operator+=(const ComplexMatrix& a);
456 ComplexMatrix& operator-=(const ComplexMatrix& a);
458 ComplexMatrix& operator*=(double a);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h25 class ComplexMatrix : public Matrix<complex<T> > {
27 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function
29 ComplexMatrix(size_t num_rows, size_t num_columns) in ComplexMatrix() function
32 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns) in ComplexMatrix() function
36 ComplexMatrix& PointwiseConjugate() { in PointwiseConjugate()
46 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
51 ComplexMatrix& ConjugateTranspose() { in ConjugateTranspose()
60 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
66 ComplexMatrix& ZeroImag() { in ZeroImag()
76 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h25 class ComplexMatrix : public Matrix<complex<T> > {
27 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function
29 ComplexMatrix(size_t num_rows, size_t num_columns) in ComplexMatrix() function
32 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns) in ComplexMatrix() function
36 ComplexMatrix& PointwiseConjugate() { in PointwiseConjugate()
46 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
51 ComplexMatrix& ConjugateTranspose() { in ConjugateTranspose()
60 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
66 ComplexMatrix& ZeroImag() { in ZeroImag()
76 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/trunk/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h26 class ComplexMatrix : public Matrix<complex<T> > {
28 ComplexMatrix() : Matrix<complex<T> >() {}
30 ComplexMatrix(int num_rows, int num_columns)
33 ComplexMatrix(const complex<T>* data, int num_rows, int num_columns)
37 ComplexMatrix& PointwiseConjugate() {
47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) {
52 ComplexMatrix& ConjugateTranspose() {
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) {
67 ComplexMatrix& ZeroImag() {
77 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) {
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h25 class ComplexMatrix : public Matrix<complex<T> > {
27 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function
29 ComplexMatrix(size_t num_rows, size_t num_columns) in ComplexMatrix() function
32 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns) in ComplexMatrix() function
36 ComplexMatrix& PointwiseConjugate() { in PointwiseConjugate()
46 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
51 ComplexMatrix& ConjugateTranspose() { in ConjugateTranspose()
60 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
66 ComplexMatrix& ZeroImag() { in ZeroImag()
76 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
[all …]
/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h26 class ComplexMatrix : public Matrix<complex<T> > {
28 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function
30 ComplexMatrix(int num_rows, int num_columns) in ComplexMatrix() function
33 ComplexMatrix(const complex<T>* data, int num_rows, int num_columns) in ComplexMatrix() function
37 ComplexMatrix& PointwiseConjugate() { in PointwiseConjugate()
47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
52 ComplexMatrix& ConjugateTranspose() { in ConjugateTranspose()
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
67 ComplexMatrix& ZeroImag() { in ZeroImag()
77 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h25 class ComplexMatrix : public Matrix<complex<T> > {
27 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function
29 ComplexMatrix(size_t num_rows, size_t num_columns) in ComplexMatrix() function
32 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns) in ComplexMatrix() function
36 ComplexMatrix& PointwiseConjugate() { in PointwiseConjugate()
46 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
51 ComplexMatrix& ConjugateTranspose() { in ConjugateTranspose()
60 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
66 ComplexMatrix& ZeroImag() { in ZeroImag()
76 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
[all …]
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dcomplex_matrix.h26 class ComplexMatrix : public Matrix<complex<T> > {
28 ComplexMatrix() : Matrix<complex<T> >() {} in ComplexMatrix() function
30 ComplexMatrix(int num_rows, int num_columns) in ComplexMatrix() function
33 ComplexMatrix(const complex<T>* data, int num_rows, int num_columns) in ComplexMatrix() function
37 ComplexMatrix& PointwiseConjugate() { in PointwiseConjugate()
47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) { in PointwiseConjugate()
52 ComplexMatrix& ConjugateTranspose() { in ConjugateTranspose()
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand) { in ConjugateTranspose()
67 ComplexMatrix& ZeroImag() { in ZeroImag()
77 ComplexMatrix& ZeroImag(const ComplexMatrix& operand) { in ZeroImag()
[all …]
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A DEIG.h43 friend class ComplexMatrix; variable
77 EIG (const ComplexMatrix& a, bool calc_rev = true,
84 EIG (const ComplexMatrix& a, octave_idx_type& info,
91 EIG (const ComplexMatrix& a, const ComplexMatrix& b,
98 EIG (const ComplexMatrix& a, const ComplexMatrix& b,
130 ComplexMatrix v;
131 ComplexMatrix w;
142 octave_idx_type init (const ComplexMatrix& a, const ComplexMatrix& b,
151 octave_idx_type hermitian_init (const ComplexMatrix& a,
154 octave_idx_type hermitian_init (const ComplexMatrix& a,
[all …]
/dports/math/openturns/openturns-1.18/python/test/
H A Dt_ComplexMatrix_std.expout2 matrix0 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=0…
4 matrix1 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2…
6 matrix2 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2…
12 matrix0bis = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed row…
14 matrix1 transposed = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unn…
19 sum1 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 co…
20 sum2 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 co…
23 diff = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 co…
25 prod = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows=2 co…
30 scalprod1 = class=ComplexMatrix implementation=class=ComplexMatrixImplementation name=Unnamed rows…
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Algo/openturns/
H A DKissFFT.hxx67 ComplexMatrix transform2D(const ComplexMatrix & complexMatrix) const override;
70 ComplexMatrix transform2D(const Matrix & matrix) const override;
73 ComplexMatrix transform2D(const Sample & sample) const override;
76 ComplexMatrix inverseTransform2D(const ComplexMatrix & complexMatrix) const override;
79 ComplexMatrix inverseTransform2D(const Matrix & matrix) const override;
82 ComplexMatrix inverseTransform2D(const Sample & sample) const override;
104 ComplexMatrix fft2D(const ComplexMatrix & complexMatrix, const Bool isIFFT) const;

12345678910>>...15