#! /bin/csh -f
#
#  test the DChv_copyEntriesToVector() method
#
#  created -- 97jun05, cca
#
 
set msglvl       =       4
set msgFile      =    res 
set msgFile      =  stdout
set symflag      =       0
set nD           =       6
set nL           =       4
set nU           =       5

set pivotingflag =  1
set copyflag     =  3
set storeflag    =  0
set seed         =  1

set symflag = 0
foreach pivotingflag ( 0 1 )
foreach copyflag ( 2 3 )
foreach storeflag ( 0 1 )
test_copyEntriesToVector \
   $msglvl $msgFile $nD $nL $nU $symflag \
   $pivotingflag $copyflag $storeflag $seed
end
end
end

set symflag = 1
foreach copyflag ( 1 2 3 )
foreach storeflag ( 0 1 )
test_copyEntriesToVector \
   $msglvl $msgFile $nD $nL $nU $symflag \
   $pivotingflag $copyflag $storeflag $seed
end
end
