Scythe-1.0.3
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO1, matrix_style PS1, matrix_order PO2, matrix_style PS2, typename S >
Matrix<T,RO,RS> scythe::yn ( const Matrix< T, PO1, PS1 > &  A,
const Matrix< S, PO2, PS2 > &  B 
)

Compute the Bessel function of the second kind of order n.

This function computes the Bessel function of the second kind of order n for each element in the input matrix, A.

Parameters:
nOrder of the Bessel function
AMatrix for which the Bessel function is of interest
See also:
j0()
j1()
jn()
y0()
y1()