initial commit, still work in progress
This commit is contained in:
@ -0,0 +1,26 @@
|
||||
Copyright (c) 2006-2014 Alberto Ruiz and other contributors
|
||||
|
||||
All rights reserved.
|
||||
|
||||
Redistribution and use in source and binary forms, with or without
|
||||
modification, are permitted provided that the following conditions are met:
|
||||
* Redistributions of source code must retain the above copyright
|
||||
notice, this list of conditions and the following disclaimer.
|
||||
* Redistributions in binary form must reproduce the above copyright
|
||||
notice, this list of conditions and the following disclaimer in the
|
||||
documentation and/or other materials provided with the distribution.
|
||||
* Neither the name of Alberto Ruiz nor the names of other contributors may
|
||||
be used to endorse or promote products derived from this software
|
||||
without specific prior written permission.
|
||||
|
||||
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
|
||||
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
|
||||
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
|
||||
DISCLAIMED. IN NO EVENT SHALL THE AUTHORS OR CONTRIBUTORS BE LIABLE FOR ANY
|
||||
DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
||||
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
|
||||
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
|
||||
ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
|
||||
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
|
||||
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -0,0 +1,53 @@
|
||||
name: hmatrix
|
||||
version: 0.18.0.0
|
||||
id: hmatrix-0.18.0.0-1d8fa7590dc64d386197097d7b3b924f
|
||||
key: hmatr_7PZ22o8olec0bnj98RI2Zu
|
||||
license: BSD3
|
||||
maintainer: Alberto Ruiz
|
||||
stability: provisional
|
||||
homepage: https://github.com/albertoruiz/hmatrix
|
||||
synopsis: Numeric Linear Algebra
|
||||
description:
|
||||
Linear systems, matrix decompositions, and other numerical computations based on BLAS and LAPACK.
|
||||
.
|
||||
Standard interface: "Numeric.LinearAlgebra".
|
||||
.
|
||||
Safer interface with statically checked dimensions: "Numeric.LinearAlgebra.Static".
|
||||
.
|
||||
Code examples: <http://dis.um.es/~alberto/hmatrix/hmatrix.html>
|
||||
category: Math
|
||||
author: Alberto Ruiz
|
||||
exposed: True
|
||||
exposed-modules:
|
||||
Numeric.LinearAlgebra Numeric.LinearAlgebra.Devel
|
||||
Numeric.LinearAlgebra.Data Numeric.LinearAlgebra.HMatrix
|
||||
Numeric.LinearAlgebra.Static
|
||||
hidden-modules: Internal.Vector Internal.Devel Internal.Vectorized
|
||||
Internal.Matrix Internal.Foreign Internal.ST Internal.IO
|
||||
Internal.Element Internal.Conversion Internal.LAPACK
|
||||
Internal.Numeric Internal.Algorithms Internal.Random
|
||||
Internal.Container Internal.Sparse Internal.Convolution
|
||||
Internal.Chain Numeric.Vector Internal.CG Numeric.Matrix
|
||||
Internal.Util Internal.Modular Internal.Static
|
||||
trusted: False
|
||||
import-dirs: /Users/mahdi/Documents/Workshop/sibe/.stack-work/install/x86_64-osx/lts-6.7/7.10.3/lib/x86_64-osx-ghc-7.10.3/hmatrix-0.18.0.0-7PZ22o8olec0bnj98RI2Zu
|
||||
library-dirs: /Users/mahdi/Documents/Workshop/sibe/.stack-work/install/x86_64-osx/lts-6.7/7.10.3/lib/x86_64-osx-ghc-7.10.3/hmatrix-0.18.0.0-7PZ22o8olec0bnj98RI2Zu
|
||||
/opt/local/lib/ /usr/local/lib/
|
||||
data-dir: /Users/mahdi/Documents/Workshop/sibe/.stack-work/install/x86_64-osx/lts-6.7/7.10.3/share/x86_64-osx-ghc-7.10.3/hmatrix-0.18.0.0
|
||||
hs-libraries: HShmatrix-0.18.0.0-7PZ22o8olec0bnj98RI2Zu
|
||||
extra-libraries:
|
||||
blas lapack
|
||||
include-dirs: /opt/local/include/ /usr/local/include/
|
||||
depends:
|
||||
array-0.5.1.0-960bf9ae8875cc30355e086f8853a049
|
||||
base-4.8.2.0-cc43d8e06aa74e9c4c0132becc49ee25
|
||||
binary-0.7.5.0-bb2dcbe8d4c53898daa6ddc1a04a77a3
|
||||
bytestring-0.10.6.0-04b5cc1d05f993b3b016543ca2863add
|
||||
deepseq-1.4.1.1-8eec8f9bea2efc2500f63544ec6ca569
|
||||
random-1.1-7b52ac9c2fd71a09f8ea932648ebfada
|
||||
split-0.2.3.1-6d0063c12972868a1e069995047d6884
|
||||
storable-complex-0.2.2-5d724e6255914e391bee90b30a4cef13
|
||||
vector-0.11.0.0-3c85dee988950ea88ba0cba31473444f
|
||||
frameworks: Accelerate
|
||||
haddock-interfaces: /Users/mahdi/Documents/Workshop/sibe/.stack-work/install/x86_64-osx/lts-6.7/7.10.3/doc/hmatrix-0.18.0.0/hmatrix.haddock
|
||||
haddock-html: /Users/mahdi/Documents/Workshop/sibe/.stack-work/install/x86_64-osx/lts-6.7/7.10.3/doc/hmatrix-0.18.0.0
|
Binary file not shown.
Reference in New Issue
Block a user