Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102840746
generate_listindices.sh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Mon, Feb 24, 17:49
Size
142 B
Mime Type
text/x-shellscript
Expires
Wed, Feb 26, 17:49 (2 d)
Engine
blob
Format
Raw Data
Handle
24438256
Attached To
rCOSOLVER COSOlver
generate_listindices.sh
View Options
#!/bin/bash
for p in {0..20}
do
for j in {0..20}
do
mmax=$p
for m in $(seq 0 $mmax)
do
echo $p, $j, $m
done
done
done
Event Timeline
Log In to Comment