1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38
|
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<!--Converted with LaTeX2HTML 96.1-h (September 30, 1996) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds -->
<HTML>
<HEAD>
<TITLE>BLAS</TITLE>
<META NAME="description" CONTENT="BLAS">
<META NAME="keywords" CONTENT="slug">
<META NAME="resource-type" CONTENT="document">
<META NAME="distribution" CONTENT="global">
<LINK REL=STYLESHEET HREF="slug.css">
</HEAD>
<BODY LANG="EN" >
<A NAME="tex2html2279" HREF="node14.html"><IMG WIDTH=37 HEIGHT=24 ALIGN=BOTTOM ALT="next" SRC="http://www.netlib.org/utk/icons/next_motif.gif"></A> <A NAME="tex2html2277" HREF="node11.html"><IMG WIDTH=26 HEIGHT=24 ALIGN=BOTTOM ALT="up" SRC="http://www.netlib.org/utk/icons/up_motif.gif"></A> <A NAME="tex2html2271" HREF="node12.html"><IMG WIDTH=63 HEIGHT=24 ALIGN=BOTTOM ALT="previous" SRC="http://www.netlib.org/utk/icons/previous_motif.gif"></A> <A NAME="tex2html2281" HREF="node1.html"><IMG WIDTH=65 HEIGHT=24 ALIGN=BOTTOM ALT="contents" SRC="http://www.netlib.org/utk/icons/contents_motif.gif"></A> <A NAME="tex2html2282" HREF="node190.html"><IMG WIDTH=43 HEIGHT=24 ALIGN=BOTTOM ALT="index" SRC="http://www.netlib.org/utk/icons/index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME="tex2html2280" HREF="node14.html">PBLAS</A>
<B>Up:</B> <A NAME="tex2html2278" HREF="node11.html">Software Components</A>
<B> Previous:</B> <A NAME="tex2html2272" HREF="node12.html">LAPACK</A>
<BR> <P>
<H2><A NAME="SECTION04132000000000000000">BLAS</A></H2>
<A NAME="secBLAS"> </A>
The <B>BLAS</B> (Basic Linear Algebra Subprograms) [<A HREF="node189.html#blas3">57</A>, <A HREF="node189.html#blas2">59</A>, <A HREF="node189.html#blas1">93</A>]
include subroutines for common linear algebra computations such as
dot-products, matrix-vector multiplication, and matrix-matrix
multiplication. As is well known, using matrix-matrix operations (in
particular, matrix multiplication)
tuned for a particular architecture can mask the effects
of the memory hierarchy<A NAME="413"> </A><A NAME="414"> </A>
(cache misses, TLB misses, etc.) and permit
floating-point operations to be performed near peak speed of the
machine. An important aim of the BLAS is to provide a portability
layer for computation.
<P>
<BR> <HR>
<P><ADDRESS>
<I>Susan Blackford <BR>
Tue May 13 09:21:01 EDT 1997</I>
</ADDRESS>
</BODY>
</HTML>
|