TRANSPORT.pm (PDL-2.080) | : | TRANSPORT.pm (PDL-2.081) | ||
---|---|---|---|---|
skipping to change at line 40 | skipping to change at line 40 | |||
Transport function: | Transport function: | |||
J(n,x) := Integral[ t^n e^t /(e^t - 1)^2, {t,0,x}] | J(n,x) := Integral[ t^n e^t /(e^t - 1)^2, {t,0,x}] | |||
=cut | =cut | |||
#line 43 "TRANSPORT.pm" | #line 43 "TRANSPORT.pm" | |||
=head1 FUNCTIONS | =head1 FUNCTIONS | |||
=cut | =cut | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_transport_2 | =head2 gsl_sf_transport_2 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
J(2,x) | J(2,x) | |||
=for bad | =for bad | |||
gsl_sf_transport_2 does not process bad values. | gsl_sf_transport_2 does not process bad values. | |||
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | |||
=cut | =cut | |||
#line 78 "TRANSPORT.pm" | #line 78 "TRANSPORT.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_transport_2 = \&PDL::gsl_sf_transport_2; | *gsl_sf_transport_2 = \&PDL::gsl_sf_transport_2; | |||
#line 85 "TRANSPORT.pm" | #line 85 "TRANSPORT.pm" | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_transport_3 | =head2 gsl_sf_transport_3 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
J(3,x) | J(3,x) | |||
=for bad | =for bad | |||
gsl_sf_transport_3 does not process bad values. | gsl_sf_transport_3 does not process bad values. | |||
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | |||
=cut | =cut | |||
#line 110 "TRANSPORT.pm" | #line 110 "TRANSPORT.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_transport_3 = \&PDL::gsl_sf_transport_3; | *gsl_sf_transport_3 = \&PDL::gsl_sf_transport_3; | |||
#line 117 "TRANSPORT.pm" | #line 117 "TRANSPORT.pm" | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_transport_4 | =head2 gsl_sf_transport_4 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
J(4,x) | J(4,x) | |||
=for bad | =for bad | |||
gsl_sf_transport_4 does not process bad values. | gsl_sf_transport_4 does not process bad values. | |||
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | |||
=cut | =cut | |||
#line 142 "TRANSPORT.pm" | #line 142 "TRANSPORT.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_transport_4 = \&PDL::gsl_sf_transport_4; | *gsl_sf_transport_4 = \&PDL::gsl_sf_transport_4; | |||
#line 149 "TRANSPORT.pm" | #line 149 "TRANSPORT.pm" | |||
#line 948 "../../../../blib/lib/PDL/PP.pm" | #line 949 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
=head2 gsl_sf_transport_5 | =head2 gsl_sf_transport_5 | |||
=for sig | =for sig | |||
Signature: (double x(); double [o]y(); double [o]e()) | Signature: (double x(); double [o]y(); double [o]e()) | |||
=for ref | =for ref | |||
J(5,x) | J(5,x) | |||
=for bad | =for bad | |||
gsl_sf_transport_5 does not process bad values. | gsl_sf_transport_5 does not process bad values. | |||
It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | It will set the bad-value flag of all output ndarrays if the flag is set for any of the input ndarrays. | |||
=cut | =cut | |||
#line 174 "TRANSPORT.pm" | #line 174 "TRANSPORT.pm" | |||
#line 950 "../../../../blib/lib/PDL/PP.pm" | #line 951 "/home/osboxes/pdl-code/blib/lib/PDL/PP.pm" | |||
*gsl_sf_transport_5 = \&PDL::gsl_sf_transport_5; | *gsl_sf_transport_5 = \&PDL::gsl_sf_transport_5; | |||
#line 181 "TRANSPORT.pm" | #line 181 "TRANSPORT.pm" | |||
#line 80 "gsl_sf_transport.pd" | #line 80 "gsl_sf_transport.pd" | |||
=head1 AUTHOR | =head1 AUTHOR | |||
This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it> | This file copyright (C) 1999 Christian Pellegrin <chri@infis.univ.trieste.it> | |||
All rights reserved. There | All rights reserved. There | |||
End of changes. 8 change blocks. | ||||
8 lines changed or deleted | 8 lines changed or added |