Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions

22
math/mtl/DESCR Normal file
View File

@@ -0,0 +1,22 @@
The Matrix Template Library is a C++ class library for basic linear
algebra. The MTL is designed for high-performance while at the same
time taking advantage of the generic programming paradigm (ala the
STL) to allow much greater flexibility and breadth of
functionality. Many new and advanced programming techniques were used
in the construction of this library.
The MTL is a low level library in the sense that the user must be
conscious of the matrix type being used, and that all computationally
expensive operations are explicit. The MTL is not a C++
Matlab. Nevertheless, the interface is designed to be simple and easy
to use.
The matrix types provided include compressed sparse row/column,
banded, packed, diagonal (and tridiagonal), envelope, array of
pointers, and of course dense matrices. All matrix types share a
common and easy to use interface.
The algorithms consist of the traditional basic linear algebra
routines (from the BLAS level-1 to 3) which includes matrix and vector
arithmetic as well as operations such as backward substitution and
norm calculations.

31
math/mtl/Makefile Normal file
View File

@@ -0,0 +1,31 @@
# $NetBSD: Makefile,v 1.13 2013/04/08 11:17:16 rodent Exp $
DISTNAME= mtl-2.1.2-22
PKGNAME= mtl-2.1.2.22
CATEGORIES= math devel
MASTER_SITES= http://www.osl.iu.edu/download/research/mtl/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.osl.iu.edu/research/mtl/
COMMENT= Matrix Template Library
GNU_CONFIGURE= yes
NO_BUILD= yes
CONFLICTS+= mtl-2.1.2-[0-9]*
USE_LANGUAGES= c c++
INSTALLATION_DIRS+= share/doc/mtl share/examples/mtl
INSTALL_MAKE_FLAGS+= includedir=${DESTDIR}${PREFIX}/include/mtl
post-install:
${INSTALL_DATA} ${WRKSRC}/contrib/examples/*.cc \
${DESTDIR}${PREFIX}/share/examples/mtl
cd ${WRKSRC} && ${INSTALL_DATA} INSTALL license.mtl.txt README \
${DESTDIR}${PREFIX}/share/doc/mtl
do-test:
cd $(WRKSRC)/test && $(PERL5) ./bin/make_and_test.pl $(QUICK) -d ./src
.include "../../mk/bsd.pkg.mk"

146
math/mtl/PLIST Normal file
View File

@@ -0,0 +1,146 @@
@comment $NetBSD: PLIST,v 1.4 2012/09/13 18:13:50 asau Exp $
include/mtl/abs.h
include/mtl/array2D.h
include/mtl/banded_indexer.h
include/mtl/bare_bones_array.h
include/mtl/blais.h
include/mtl/blas_interface.h
include/mtl/block1D.h
include/mtl/block2D.h
include/mtl/compressed1D.h
include/mtl/compressed2D.h
include/mtl/compressed_iter.h
include/mtl/conj.h
include/mtl/cplx_dbldbl.h
include/mtl/dense1D.h
include/mtl/dense2D.h
include/mtl/dense_iterator.h
include/mtl/diagonal_indexer.h
include/mtl/dim_calc.h
include/mtl/dimension.h
include/mtl/dumptofile.h
include/mtl/elt.h
include/mtl/entry.h
include/mtl/envelope2D.h
include/mtl/external_vector.h
include/mtl/fast.h
include/mtl/harwell_boeing_stream.h
include/mtl/initialize.h
include/mtl/iohb.h
include/mtl/iterator_adaptor.h
include/mtl/lapack_interface.h
include/mtl/light1D.h
include/mtl/light_matrix.h
include/mtl/linalg_vec.h
include/mtl/lu.h
include/mtl/matlabio.h
include/mtl/matrix.h
include/mtl/matrix_implementation.h
include/mtl/matrix_market_stream.h
include/mtl/matrix_stream.h
include/mtl/matrix_traits.h
include/mtl/meta_equal.h
include/mtl/meta_if.h
include/mtl/mmio.h
include/mtl/mtl.h
include/mtl/mtl2lapack.h
include/mtl/mtl_algo.h
include/mtl/mtl_complex.h
include/mtl/mtl_config.h
include/mtl/mtl_decl.h
include/mtl/mtl_exception.h
include/mtl/mtl_iterator.h
include/mtl/mtl_limits.h
include/mtl/mtl_set.h
include/mtl/norm.h
include/mtl/not_at.h
include/mtl/oned_part.h
include/mtl/orien.h
include/mtl/partition.h
include/mtl/rect_indexer.h
include/mtl/refcnt_ptr.h
include/mtl/reverse_iter.h
include/mtl/scale_iterator.h
include/mtl/scaled1D.h
include/mtl/scaled2D.h
include/mtl/sparse1D.h
include/mtl/sparse_iterator.h
include/mtl/strided1D.h
include/mtl/strided_iterator.h
include/mtl/transform_iterator.h
include/mtl/uplo.h
include/mtl/utils.h
share/doc/mtl/INSTALL
share/doc/mtl/README
share/doc/mtl/license.mtl.txt
share/examples/mtl/abs_sum.cc
share/examples/mtl/apply_givens.cc
share/examples/mtl/array2D.cc
share/examples/mtl/banded_matmat.cc
share/examples/mtl/banded_matvec_mult.cc
share/examples/mtl/banded_view_test.cc
share/examples/mtl/blocked_matrix.cc
share/examples/mtl/blocked_vector.cc
share/examples/mtl/cholesky.cc
share/examples/mtl/cholesky_external.cc
share/examples/mtl/dot_prod.cc
share/examples/mtl/euclid_norm.cc
share/examples/mtl/external_matrix.cc
share/examples/mtl/gather_scatter.cc
share/examples/mtl/gecon.cc
share/examples/mtl/geequ.cc
share/examples/mtl/geev.cc
share/examples/mtl/general_matvec_mult.cc
share/examples/mtl/gesvd.cc
share/examples/mtl/getrf.cc
share/examples/mtl/gmres.cc
share/examples/mtl/iccg.cc
share/examples/mtl/ilu.cc
share/examples/mtl/ilut.cc
share/examples/mtl/kiester_geev.cc
share/examples/mtl/lu_factorization.cc
share/examples/mtl/lu_solve.cc
share/examples/mtl/max_index.cc
share/examples/mtl/neg_stride.cc
share/examples/mtl/partition.cc
share/examples/mtl/qmr.cc
share/examples/mtl/range.cc
share/examples/mtl/rank_1_gen_mat.cc
share/examples/mtl/rank_1_symm_sparse.cc
share/examples/mtl/rank_one.cc
share/examples/mtl/resize.cc
share/examples/mtl/sparse_copy.cc
share/examples/mtl/sparse_matrix.cc
share/examples/mtl/sparse_mult.cc
share/examples/mtl/sparse_mult_col.cc
share/examples/mtl/sparse_tri_solve.cc
share/examples/mtl/sparse_vec_prod.cc
share/examples/mtl/ssor.cc
share/examples/mtl/subrange_vector.cc
share/examples/mtl/swap_rows.cc
share/examples/mtl/symm_banded_vec_prod.cc
share/examples/mtl/symm_matvec_mult.cc
share/examples/mtl/symm_packed_vec_prod.cc
share/examples/mtl/symm_sparse_vec_prod.cc
share/examples/mtl/trans_mult.cc
share/examples/mtl/transpose.cc
share/examples/mtl/tri_band_sol.cc
share/examples/mtl/tri_band_vect.cc
share/examples/mtl/tri_matvec_mult.cc
share/examples/mtl/tri_pack_sol.cc
share/examples/mtl/tri_pack_vect.cc
share/examples/mtl/tri_solve.cc
share/examples/mtl/vec_copy.cc
share/examples/mtl/vec_max.cc
share/examples/mtl/vec_max_index.cc
share/examples/mtl/vec_min.cc
share/examples/mtl/vec_scale.cc
share/examples/mtl/vec_two_norm.cc
share/examples/mtl/vecvec_add.cc
share/examples/mtl/vecvec_add3.cc
share/examples/mtl/vecvec_copy.cc
share/examples/mtl/vecvec_dot.cc
share/examples/mtl/vecvec_ele_div.cc
share/examples/mtl/vecvec_ele_mult.cc
share/examples/mtl/vecvec_swap.cc
share/examples/mtl/y_ax_y.cc

5
math/mtl/distinfo Normal file
View File

@@ -0,0 +1,5 @@
$NetBSD: distinfo,v 1.3 2012/09/13 18:13:50 asau Exp $
SHA1 (mtl-2.1.2-22.tar.gz) = a0be05ef033f9718747c32b9e9e2146d69b4162a
RMD160 (mtl-2.1.2-22.tar.gz) = a16d8cf08dae0d47d54abcbe0a62ae3b714eebe7
Size (mtl-2.1.2-22.tar.gz) = 287018 bytes