Changeset 3cd9fdd for tests


Ignore:
Timestamp:
Oct 17, 2013, 1:09:20 PM (10 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
b0706d8
Parents:
8617843
Message:

src/fmat.h: fmat_get_channel to write to an fvec_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/src/test-fmat.c

    r8617843 r3cd9fdd  
    1818    }
    1919  }
     20  fvec_t channel_onstack;
     21  fvec_t *channel = &channel_onstack;
     22  fmat_get_channel(mat, 1, channel);
     23  fvec_print (channel);
    2024  // print out matrix
    2125  fmat_print(mat);
Note: See TracChangeset for help on using the changeset viewer.