Toggle navigation
gsl-fortran/gsl_randist
Contents
Source File
Modules
Procedures
Source File
Modules
Procedures
gsl_ran_wishart_log_pdf
Interface
1063 statements
Source File
gsl_randist.f90
gsl_randist_m
gsl_ran_wishart_log_pdf
Contents
None
interface
public function gsl_ran_wishart_log_pdf(x, l_x, df, l, result, work) bind(c)
Arguments
Type
Intent
Optional
Attributes
Name
type(c_ptr),
value
::
x
type(c_ptr),
value
::
l_x
real(kind=c_double),
value
::
df
type(c_ptr),
value
::
l
real(kind=c_double),
intent(inout)
::
result
type(c_ptr),
value
::
work
Return Value
integer(kind=c_int)