I am trying to understand the syntax of the bessel functions defined in the arrayfire documentation provided here: http://archive.arrayfire.com/arrayfire/c/group__image__func__c__bessel.htm#gaa625037807cb75ef8815051c066e9657
Under the section for af_besselj_C, I am uncertain what this "nu" term is. I understand the out and in arrays, and I believe the "n" is for the order of the bessel function. Does anyone know what this "nu" term represents? Thanks!