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

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

This function computes the Bessel function of the first 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()
jn()
y0()
y1()
yn()