Skip to content

Commit

Permalink
module docs add =cut
Browse files Browse the repository at this point in the history
  • Loading branch information
mohawk2 committed Feb 6, 2024
1 parent 182128d commit c1f2732
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions Complex/complex.pd
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ PDL::LinearAlgebra::Complex - PDL interface to the lapack linear algebra program
This module provides an interface to parts of the lapack library (complex numbers).
These routines accept either float or double ndarrays.

=cut
EOD

pp_defc("gtsv",
Expand Down
1 change: 1 addition & 0 deletions Real/real.pd
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,7 @@ PDL::LinearAlgebra::Real - PDL interface to the real lapack linear algebra progr
This module provides an interface to parts of the real lapack library.
These routines accept either float or double ndarrays.

=cut
EOD

pp_def("gtsv",
Expand Down
1 change: 1 addition & 0 deletions Trans/trans.pd
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ Moreover it provides sec, asec, sech, asech, cot, acot, acoth, coth, csc,
acsc, csch, acsch. Beware, importing this module will overwrite the hidden
PDL routine sec. If you need to call it specify its origin module : PDL::Basic::sec(args)

=cut
EOD

pp_add_exported('', ' mexp mexpts mlog msqrt mpow
Expand Down

0 comments on commit c1f2732

Please sign in to comment.