From 4e8869ad7f8dfe1de8b53d3696da5dd17824df0e Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 11 Oct 2007 08:14:53 +0000 Subject: * Makefile.pamphlet (<>): Remove. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. (<>): Likewise. * bc-matrix.boot.pamphlet (bcInputExplicitMatrix): Fix thinko. * showimp.boot.pamphlet (getCategoriesOfDomain): Likewise. * nag-c02.boot.pamphlet: Push into package "BOOT". * nag-c05.boot.pamphlet: Likewise. * nag-c06.boot.pamphlet: Likewise. Fix thinko. * nag-d01.boot.pamphlet: Likewise. * nag-d02.boot.pamphlet: Push into package "BOOT". * nag-d03.boot.pamphlet: Likewise. * nag-e01.boot.pamphlet: Likewise. Fix thinko. * nag-e02.boot.pamphlet: Push into package "BOOT". * nag-e02b.boot.pamphlet: Likewise. * nag-e04.boot.pamphlet: Likewise. Make compilable by bootsys. * nag-f01.boot.pamphlet: Push into package "BOOT". * nag-f02.boot.pamphlet: Likewise. * nag-f04.boot.pamphlet: Likewise. * nag-f07.boot.pamphlet: Likewise. Fix thinko. * nag-s.boot.pamphlet: Likewise. * showimp.boot.pamphlet: Fix thinko. --- src/interp/nag-c06.boot.pamphlet | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'src/interp/nag-c06.boot.pamphlet') diff --git a/src/interp/nag-c06.boot.pamphlet b/src/interp/nag-c06.boot.pamphlet index 6bf1b75b..6ea240c3 100644 --- a/src/interp/nag-c06.boot.pamphlet +++ b/src/interp/nag-c06.boot.pamphlet @@ -46,6 +46,8 @@ <<*>>= <> +)package "BOOT" + c06eaf() == htInitPage('"C06EAF - Single 1-D real discrete Fourier transform ",nil) htMakePage '( @@ -304,7 +306,7 @@ c06ecfSolve htPage == (isDomain P (Polynomial $EmptyMode)) (isDomain S (String)) (isDomain F (Float)) - (isDomain PI (PositiveInteger))), + (isDomain PI (PositiveInteger))), :labelList] page := htInitPage("C06ECF - Single 1-D complex discrete Fourier transform ",htpPropertyList htPage) htSay '"\menuitemstyle{}\tab{2} Real parts of sequence: \tab{30} " @@ -438,7 +440,7 @@ c06ekfSolve htPage == (isDomain P (Polynomial $EmptyMode)) (isDomain S (String)) (isDomain F (Float)) - (isDomain PI (PositiveInteger))), + (isDomain PI (PositiveInteger))), :labelList] page := htInitPage("C06EKF - Single 1-D complex discrete Fourier transform ",htpPropertyList htPage) htSay '"\menuitemstyle{}\tab{2} Elements of period of vector {\em x}: " @@ -1638,7 +1640,7 @@ c06gqfSolve htPage == (isDomain P (Polynomial $EmptyMode)) (isDomain S (String)) (isDomain F (Float)) - (isDomain PI (PositiveInteger))), + (isDomain PI (PositiveInteger))), :newList] page := htInitPage("C06GQF - Complex conjugate of multiple Hermitian sequences ",htpPropertyList htPage) htSay '"\newline " @@ -1772,7 +1774,7 @@ c06gsfSolve htPage == (isDomain P (Polynomial $EmptyMode)) (isDomain S (String)) (isDomain F (Float)) - (isDomain PI (PositiveInteger))), + (isDomain PI (PositiveInteger))), :newList] page := htInitPage("C06GSF - Convert Hermitian sequences to general complex sequences ",htpPropertyList htPage) htSay '"\newline " -- cgit v1.2.3