The online sample programs are located in subdirectories of the S3L examples directory. Separate C and F77 versions are provided. The generic relative path for these examples is
examples/s3l/operation_class[-language_suffix]/example_name.language
where examples/s3l is installed in a site-specific location.
operation_class is the name of the general class of Sun S3L routines that are illustrated by the example.
The -language_suffix is used to denote F77 implementations. Examples implemented in C do not include the -language_suffix.
example_name.language is the name given to the example. The language extension is .c, or .f. For example,
examples/s3l/dense_matrix_ops-f/outer_prod.f
is the F77 version of a program example that illustrates use of s3l_outer_prod routines. The equivalent examples for C applications is
examples/s3l/dense_matrix_ops/outer_prod.c