Home
last modified time | relevance | path

Searched refs:ComplexMatrix (Results 276 – 300 of 373) sorted by relevance

1...<<1112131415

/dports/audio/webrtc-audio-processing0/webrtc-audio-processing-0.3.1/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.h82 typedef ComplexMatrix<float> ComplexMatrixF;
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.h80 typedef ComplexMatrix<float> ComplexMatrixF;
/dports/math/octave/octave-6.4.0/libinterp/octave-value/
H A Dov-flt-complex.cc185 ComplexMatrix
188 return ComplexMatrix (1, 1, scalar); in complex_matrix_value()
H A Dov-re-sparse.h121 ComplexMatrix complex_matrix_value (bool = false) const;
H A Dov-bool-sparse.cc144 ComplexMatrix
147 return ComplexMatrix (matrix.matrix_value ()); in complex_matrix_value()
153 return ComplexNDArray (ComplexMatrix (matrix.matrix_value ())); in complex_array_value()
H A Dov-complex.h134 ComplexMatrix complex_matrix_value (bool = false) const;
H A Dov-flt-complex.h130 ComplexMatrix complex_matrix_value (bool = false) const;
H A Dov-flt-cx-mat.h121 ComplexMatrix complex_matrix_value (bool = false) const;
H A Dov-complex.cc245 ComplexMatrix
248 return ComplexMatrix (1, 1, scalar); in complex_matrix_value()
H A Dov-flt-re-mat.h150 ComplexMatrix complex_matrix_value (bool = false) const;
H A Dov-re-sparse.cc158 ComplexMatrix
161 return ComplexMatrix (matrix.matrix_value ()); in complex_matrix_value()
167 return ComplexNDArray (ComplexMatrix (matrix.matrix_value ())); in complex_array_value()
H A Dov-base-diag.cc389 ComplexMatrix
392 return ComplexMatrix (complex_diag_matrix_value ()); in complex_matrix_value()
H A Dov-re-mat.h160 ComplexMatrix complex_matrix_value (bool = false) const;
/dports/math/octave/octave-6.4.0/liboctave/array/
H A DCRowVector.cc284 operator * (const ComplexRowVector& v, const ComplexMatrix& a) in operator *()
317 operator * (const RowVector& v, const ComplexMatrix& a) in operator *()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.h106 typedef ComplexMatrix<float> ComplexMatrixF;
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.h108 typedef ComplexMatrix<float> ComplexMatrixF;
/dports/www/firefox-esr/firefox-91.8.0/third_party/libwebrtc/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.h106 typedef ComplexMatrix<float> ComplexMatrixF;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/trunk/webrtc/modules/audio_processing/beamformer/
H A Dnonlinear_beamformer.h106 typedef ComplexMatrix<float> ComplexMatrixF;
/dports/math/octave/octave-6.4.0/liboctave/numeric/
H A Dgsvd.cc320 gsvd<ComplexMatrix>::ggsvd (char& jobu, char& jobv, char& jobq, in ggsvd()
326 F77_INT nrow_q, ComplexMatrix& work, in ggsvd()
659 template class gsvd<ComplexMatrix>;
/dports/math/octave/octave-6.4.0/libinterp/corefcn/
H A Dinv.cc184 ComplexMatrix m = arg.complex_matrix_value ();
H A Ddet.cc210 ComplexMatrix m = arg.complex_matrix_value ();
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/pecos/python/cpp_src/
H A Dfundamentals.i93 typedef Teuchos::SerialDenseMatrix<int,Complex> ComplexMatrix; typedef
/dports/science/qbox/qbox-public-rel1_73_3/src/
H A DPreconditioner.cpp100 const ComplexMatrix& c = sd.c(); in update()
/dports/math/openturns/openturns-1.18/lib/src/Base/Stat/
H A DStationaryCovarianceModelFactory.cxx102 ComplexMatrix matrix(size, numberOfFFT); in buildAsUserDefinedStationaryCovarianceModel()
/dports/math/mpsolve/mpsolve-3.2.1/examples/octave/
H A Dmps_roots.cc154 ComplexMatrix parsed_args;

1...<<1112131415