sin CF
abstract fun <D : Dimension> sinCF(a: MultiArray<ComplexFloat, D>): NDArray<ComplexFloat, D>
Content copied to clipboard
Returns an ndarray of ComplexFloat from the given ndarray to each element of which a sin function has been applied.