filter
inline fun ComplexFloatArray.filter(predicate: (ComplexFloat) -> Boolean): List<ComplexFloat>
Content copied to clipboard
inline fun ComplexDoubleArray.filter(predicate: (ComplexDouble) -> Boolean): List<ComplexDouble>
Content copied to clipboard
Returns a list containing only elements matching the given predicate.