1 |
Package: Matrix |
Package: Matrix |
2 |
Version: 0.8-2 |
Version: 0.8-2 |
3 |
Date: 2004/03/26 |
Date: 2004/04/05 |
4 |
Title: A Matrix package for R |
Title: A Matrix package for R |
5 |
Author: Douglas Bates <bates@stat.wisc.edu> |
Author: Douglas Bates <bates@stat.wisc.edu> |
6 |
Maintainer: Douglas Bates <bates@stat.wisc.edu> |
Maintainer: Douglas Bates <bates@stat.wisc.edu> |
8 |
using Lapack, LDL, TAUCS, Metis, and UMFPACK |
using Lapack, LDL, TAUCS, Metis, and UMFPACK |
9 |
Depends: R (>= 1.9.0), methods |
Depends: R (>= 1.9.0), methods |
10 |
License: GPL version 2 or later |
License: GPL version 2 or later |
11 |
This package includes code from LDL, TAUCS, Metis and UMFPACK. |
This R package includes code from the LDL, TAUCS, and Metis packages |
12 |
|
which are covered by separate copyrights. |
13 |
. |
. |
14 |
LDL is available from http://www.cise.ufl.edu/research/sparse/ldl/ |
LDL is available from http://www.cise.ufl.edu/research/sparse/ldl/ |
15 |
. |
. |
35 |
from the National Science Foundation, and is provided to you free |
from the National Science Foundation, and is provided to you free |
36 |
of charge. |
of charge. |
37 |
. |
. |
38 |
UMFPACK is available from |
TAUCS is available at http://www.tau.ac.il/~stoledo/taucs. It is a |
39 |
http://www.cise.ufl.edu/research/sparse/umfpack/ |
library of sparse linear solvers and is covered by the LGPL. |
40 |
. |
. |
41 |
UMFPACK Version 4.3, Jan. 16, 2004. Copyright (c) 2004 by Timothy |
Metis is available at http://www-users.cs.umn.edu/~karypis/metis/. |
42 |
A. Davis, University of Florida, davis@cise.ufl.edu. All Rights |
It is a family of multilevel partioning algorithms copyright by the |
43 |
Reserved. |
Regents of the University of Minnesota and used with permission. |
|
. |
|
|
UMFPACK License: |
|
|
Your use or distribution of UMFPACK or any derivative code implies |
|
|
that you agree to this License. |
|
|
. |
|
|
THIS MATERIAL IS PROVIDED AS IS, WITH ABSOLUTELY NO WARRANTY |
|
|
EXPRESSED OR IMPLIED. ANY USE IS AT YOUR OWN RISK. |
|
|
. |
|
|
Permission is hereby granted to use or copy this program, provided |
|
|
that the Copyright, this License, and the Availability of the |
|
|
original version is retained on all copies. User documentation of |
|
|
any code that uses UMFPACK or any modified version of UMFPACK code |
|
|
must cite the Copyright, this License, the Availability note, and |
|
|
"Used by permission." Permission to modify the code and to |
|
|
distribute modified code is granted, provided the Copyright, this |
|
|
License, and the Availability note are retained, and a notice that |
|
|
the code was modified is included. This software was developed |
|
|
with support from the National Science Foundation, and is provided |
|
|
to you free of charge. |
|