|
void | mcl::Multiply (const Real *input_data_a, const Real *input_data_b, Int num_samples, Real *output_data) noexcept |
|
void | mcl::Add (const Real *input_data_a, const Real *input_data_b, Int num_samples, Real *output_data) noexcept |
|
std::vector< Complex > | mcl::ComplexVector (const std::vector< Real > &input) noexcept |
|
std::vector< Real > | mcl::RealPart (const std::vector< Complex > &input) noexcept |
|
std::vector< Real > | mcl::Imag (const std::vector< Complex > &input) noexcept |
|
std::vector< Real > | mcl::Inverse (const std::vector< Real > &vector) noexcept |
|
std::vector< Complex > | mcl::Conj (const std::vector< Complex > &vector) noexcept |
|
std::vector< Real > | mcl::Pow (const std::vector< Real > &vector, Real exponent) noexcept |
|
std::vector< Real > | mcl::HalfWave (const std::vector< Real > &vector) noexcept |
|
std::vector< Real > | mcl::Abs (const std::vector< Real > &input) noexcept |
|
std::vector< Real > | mcl::Abs (const std::vector< Complex > &input) noexcept |
|
std::vector< Real > | mcl::Log (const std::vector< Real > &vector) noexcept |
|
std::vector< Real > | mcl::Log10 (const std::vector< Real > &vector) noexcept |
|
std::vector< Real > | mcl::Cos (const std::vector< Real > &vector) noexcept |
|
std::vector< Real > | mcl::Sin (const std::vector< Real > &vector) noexcept |
|
std::vector< Int > | mcl::ConvertToInt (const std::vector< UInt > &vector) noexcept |
|