HomeSort by relevance Sort by last modified time
    Searched refs:ComplexMatrix (Results 1 - 11 of 11) sorted by null

  /external/webrtc/webrtc/modules/audio_processing/beamformer/
complex_matrix.h 26 class ComplexMatrix : public Matrix<complex<T> > {
28 ComplexMatrix() : Matrix<complex<T> >() {}
30 ComplexMatrix(size_t num_rows, size_t num_columns)
33 ComplexMatrix(const complex<T>* data, size_t num_rows, size_t num_columns)
37 ComplexMatrix& PointwiseConjugate() {
47 ComplexMatrix& PointwiseConjugate(const ComplexMatrix& operand) {
52 ComplexMatrix& ConjugateTranspose() {
61 ComplexMatrix& ConjugateTranspose(const ComplexMatrix& operand)
    [all...]