Mentions légales du service

Skip to content
Snippets Groups Projects
  • hhakim's avatar
    cbb49a53
    Add Matlab wrapper implementations of ctranspose() and conj() with associated unit tests. · cbb49a53
    hhakim authored
    For Python wrapper add conj() and getH() (for conjugate transpose) but the unit tests are not relevant since we haven't yet the complex matrix support.
    
    Managing conjugate Faust save, factor push and dense conversion.
    Adding conjugate() straight into the core cpp lib for Faust::Vect, Faust::MatGeneric and child classes and Faust::Transform. The wrapper binding class Faust::TransformHelper contains also a adjoint() function for conjugate transpose calc.
    cbb49a53
    History
    Add Matlab wrapper implementations of ctranspose() and conj() with associated unit tests.
    hhakim authored
    For Python wrapper add conj() and getH() (for conjugate transpose) but the unit tests are not relevant since we haven't yet the complex matrix support.
    
    Managing conjugate Faust save, factor push and dense conversion.
    Adding conjugate() straight into the core cpp lib for Faust::Vect, Faust::MatGeneric and child classes and Faust::Transform. The wrapper binding class Faust::TransformHelper contains also a adjoint() function for conjugate transpose calc.