Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F102819664
generate_indices.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, 12:47
Size
354 B
Mime Type
text/x-shellscript
Expires
Wed, Feb 26, 12:47 (1 d, 18 h)
Engine
blob
Format
Raw Data
Handle
24434188
Attached To
rCOSOLVER COSOlver
generate_indices.sh
View Options
#!/bin/bash
# Generates list of indices that is used to compute the T5 coefficients.
# Run the following command:
#
# bash generage_inidces.sh > indices.in
#
#
for l in {0..10}
do
for k in {0..10}
do
for m in {0..10}
do
for p in {0..10}
do
for j in {0..10}
do
echo $l, $k, $m, $p, $j
done
done
done
done
done
Event Timeline
Log In to Comment