-
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.
hhakim authoredFor 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.