1 |
Package: Matrix |
Package: Matrix |
2 |
Version: 0.8-3 |
Version: 0.995-2 |
3 |
Date: 2004/04/09 |
Date: 2006-01-18 |
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> and Martin Maechler <maechler@stat.math.ethz.ch> |
6 |
Maintainer: Douglas Bates <bates@stat.wisc.edu> |
Maintainer: Douglas Bates <bates@stat.wisc.edu> |
7 |
Description: Classes and methods for numerical linear algebra |
Description: Classes and methods for numerical linear algebra |
|
using Lapack, LDL, TAUCS, Metis, and UMFPACK |
|
|
Depends: R (>= 1.9.0), methods |
|
|
License: GPL version 2 or later |
|
|
This R package includes code from the LDL, TAUCS, and Metis packages |
|
|
which are covered by separate copyrights. |
|
|
. |
|
|
LDL is available from http://www.cise.ufl.edu/research/sparse/ldl/ |
|
|
. |
|
|
LDL Version 1.0 (Dec. 31, 2003), Copyright (c) 2003 by Timothy |
|
|
A. Davis. All Rights Reserved. |
|
|
. |
|
|
LDL License: |
|
|
Your use or distribution of LDL or any modified version of LDL |
|
|
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 LDL or any modified version of LDL 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. |
|
|
. |
|
|
TAUCS is available at http://www.tau.ac.il/~stoledo/taucs. It is a |
|
|
library of sparse linear solvers and is covered by the LGPL. |
|
|
. |
|
|
Metis is available at http://www-users.cs.umn.edu/~karypis/metis/. |
|
|
It is a family of multilevel partioning algorithms copyright by the |
|
|
Regents of the University of Minnesota and used with permission. |
|
8 |
|
using Lapack, LDL, and Metis. |
9 |
|
Depends: R (>= 2.2.0), methods, utils |
10 |
|
Imports: graphics, lattice, grid, stats |
11 |
|
Suggests: mlmRev, MASS, coda |
12 |
|
SystemRequirements: GNU make |
13 |
|
LazyLoad: yes |
14 |
|
LazyData: yes |
15 |
|
License: GPL version 2 or later. |
16 |
|
This R package includes code from the Metis package and from NIST. This code is |
17 |
|
covered by separate copyrights; see the file Copyrights for details. This R package |
18 |
|
includes code from the University of Florida sparse matrix library maintained by |
19 |
|
Tim Davis. All sections of that code are covered by the GPL or LGPL licenses. See the |
20 |
|
directory UFsparse for details. |
21 |
|
|