Scythe-1.0.3
template<matrix_order RO, matrix_style RS, typename T , matrix_order PO, matrix_style PS>
Matrix<T,RO,RS> scythe::y1 ( const Matrix< T, PO, PS > &  A)

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

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

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