forked from flame/libflame
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
50 lines (35 loc) · 1.73 KB
/
README
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
39
40
41
42
43
44
45
46
47
48
49
50
libflame library
README
---
Thank you for deciding to try out the libflame library!
libflame is a portable library for dense matrix computations, providing
much of the functionality present in LAPACK. In fact, libflame includes
a compatibility layer, FLAPACK, which includes a complete LAPACK
implementation. The source code for libflame is hosted on github:
https://github.com/flame/libflame
For detailed instructions on how to configure, build, install, and link
against libflame, please visit the UTCS libflame webpage at:
http://www.cs.utexas.edu/~flame/web/
We also encourage you to refer to the libflame reference manual. This
manual contains all the information you need to get started with
libflame, including installation directions, usage examples, and a
complete API reference. If you have LaTeX installed on your system, you
may simply change into the 'docs/libflame' subdirectory of the top-level
directory of the libflame source tree and build the document from its
source. You may also find a nightly build of the document here:
http://www.cs.utexas.edu/~flame/web/libflame.pdf
You can keep in touch with developers and other users of the project by
joining the following mailing list:
o libflame-discuss - http://groups.google.com/group/libflame-discuss
Please join and post to this mailing list if you have general questions
or feedback regarding libflame.
o (NOTE: We do not yet have a developer's mailing list. For now,
developers and those with developer-related questions can simply post
to libflame-discuss.
Also, please read the LICENSE file for information on copying and
distributing this software.
Thanks again for your interest in libflame!
Regards,
Field G. Van Zee
(for the FLAME team)
field@cs.utexas.edu