Robin Eklind
|
9dac77aff0
|
encoding/dot: add decoding support for DOT graphs. (#198)
* encoding/dot: add decoding support for DOT graphs.
Updates gonum/graph#9.
|
2017-03-30 17:02:57 +10:30 |
|
Vladimir Chalupecky
|
cbbc7c6464
|
Merge branch 'dormlq-alloc'
|
2017-03-30 06:05:16 +02:00 |
|
Vladimir Chalupecky
|
e4e1876cd3
|
testlapack: add zero-sized matrix to Dormlq test cases
|
2017-03-30 06:04:47 +02:00 |
|
Vladimir Chalupecky
|
79d3912fc6
|
native: avoid allocation in Dormlq
|
2017-03-30 06:04:47 +02:00 |
|
Brendan Tracey
|
d2dcc8e256
|
Merge pull request #2 from gonum/addtravis
Add Travis script
|
2017-03-29 18:31:57 -06:00 |
|
Vladimir Chalupecky
|
0f6e9e540e
|
Merge branch 'test-dlatrs'
|
2017-03-29 22:19:15 +02:00 |
|
Vladimir Chalupecky
|
8caf688d0c
|
testlapack: make dlamchS const
|
2017-03-29 22:18:57 +02:00 |
|
Vladimir Chalupecky
|
19f4f393d3
|
testlapack: use parentheses to denote uniform distributions in dlarnv
|
2017-03-29 22:18:57 +02:00 |
|
Vladimir Chalupecky
|
7a31e3fe4e
|
testlapack: move dlamch constants and variables to general.go
|
2017-03-29 22:18:57 +02:00 |
|
Vladimir Chalupecky
|
c27cb7f8f3
|
native: reduce indentation in Dlatrs
|
2017-03-29 22:18:57 +02:00 |
|
Vladimir Chalupecky
|
ff0bc87843
|
lapack/testlapack: add test for Dlatrs
|
2017-03-29 22:18:57 +02:00 |
|
Vladimir Chalupecky
|
aa9a1c550f
|
lapack/testlapack: add dlattr for generating testing triangular matrices
|
2017-03-29 22:18:57 +02:00 |
|
Vladimir Chalupecky
|
165d6d14ce
|
testlapack: add dlarnv
|
2017-03-29 22:18:57 +02:00 |
|
Vladimir Chalupecky
|
9bc4ded243
|
lapack/native: fix for loop bounds in Dlatrs
|
2017-03-29 22:18:57 +02:00 |
|
kortschak
|
34f6456460
|
native,testlapack: fix bounding of cleanup
|
2017-03-29 15:10:31 +10:30 |
|
kortschak
|
1df46786b9
|
cgo,lapack,lapack64: add Dggsvd3 and Dlapmt to lapack.Float64
|
2017-03-29 13:29:42 +10:30 |
|
kortschak
|
7a6538327e
|
cgo,native: implement dggsvd3 and test
* fix dlapmt permutation return
* in dgeqp3 don't check len(tau) for lwork query
* simplify constructGSVDresults
|
2017-03-29 13:29:33 +10:30 |
|
kortschak
|
aaf2f3f5bc
|
cgo,native: implement dggsvp3 and test
Make dlacpy calls shape-safe. The Fortran allows calls that reach beyond
the left of the matrix.
|
2017-03-29 13:29:22 +10:30 |
|
kortschak
|
505e502a36
|
native: implement dormr2 and test
|
2017-03-29 13:27:37 +10:30 |
|
kortschak
|
9a91d4b87e
|
cgo,native: implement dgerq2, dgerqf and tests
|
2017-03-29 13:27:37 +10:30 |
|
kortschak
|
0a82b7c32e
|
native: avoid n*m temporary allocation in Dgesvd
|
2017-03-29 13:10:24 +10:30 |
|
kortschak
|
03e0d7c635
|
cgo,native: check d, e, tauQ and tauP later in Dgebrd
|
2017-03-29 13:10:24 +10:30 |
|
kortschak
|
430a98d0f4
|
cgo,native,testblas/benchautogen: fix quoting
|
2017-03-29 07:09:10 +10:30 |
|
Brendan Tracey
|
80fc881230
|
Add Travis script
|
2017-03-28 08:59:35 -06:00 |
|
Brendan Tracey
|
a37304f403
|
Initial commit to allow repository merging
|
2017-03-25 09:39:32 -06:00 |
|
Brendan Tracey
|
58876a7b24
|
Merge pull request #171 from zeroviscosity/feature/chi-square-cdf
Adding CDF method to ChiSquared
|
2017-03-25 08:40:57 -06:00 |
|
Kent English
|
d117fa603f
|
Adding comment about origin of test values
|
2017-03-24 20:41:38 -04:00 |
|
Kent English
|
7c8963c5f7
|
Adding CDF method to ChiSquared
|
2017-03-24 20:35:34 -04:00 |
|
Brendan Tracey
|
ed298ef30f
|
Merge pull request #24 from zeroviscosity/master
Adding Incomplete Gamma and Zeta
|
2017-03-24 16:24:46 -06:00 |
|
Brendan Tracey
|
7e1397e4f3
|
Merge pull request #32 from zeroviscosity/master
Adding Kent English to AUTHORS and CONTRIBUTORS
|
2017-03-24 16:24:31 -06:00 |
|
Vladimir Chalupecky
|
dd1d1b89d8
|
Merge branch 'fix-dlasq6'
|
2017-03-23 23:09:34 +01:00 |
|
Vladimir Chalupecky
|
a882f35721
|
native: fix indexing bugs in Dlasq6
|
2017-03-23 12:54:27 +01:00 |
|
Kent English
|
76ffd6857d
|
Switching to range conventions
|
2017-03-21 22:53:06 -04:00 |
|
Kent English
|
05bab78412
|
Addressing feedback
|
2017-03-21 22:46:24 -04:00 |
|
kortschak
|
9bb5a4188a
|
cgo/lapacke: cononicalise generated code comment
|
2017-03-21 15:07:14 +10:30 |
|
kortschak
|
0285886d82
|
all: canonicalise generated code comments
|
2017-03-21 14:58:00 +10:30 |
|
kortschak
|
ed8a296b99
|
stat: let godoc render the CC example
|
2017-03-17 18:23:36 +10:30 |
|
Vladimir Chalupecky
|
346ec32616
|
Merge branch 'coveralls-no-testlapack'
|
2017-03-16 09:33:15 +01:00 |
|
Kent English
|
df0515f211
|
Moving fsolve and gamma_inc_inv to mathext root
|
2017-03-15 18:58:21 -04:00 |
|
Kent English
|
c42fd03e4a
|
Adding Kent English to AUTHORS and CONTRIBUTORS
|
2017-03-15 11:49:42 -04:00 |
|
Kent English
|
0fcca4f6c5
|
Moving c_misc files into special package
|
2017-03-15 11:12:52 -04:00 |
|
Kent English
|
5daa2956cc
|
Reverting switch to mathext_test
|
2017-03-15 10:57:27 -04:00 |
|
Kent English
|
52c105a627
|
Removing underflow panic condition
|
2017-03-15 10:50:58 -04:00 |
|
Kent English
|
9f51ecb75d
|
Moving tests to mathext_test package
|
2017-03-15 10:35:21 -04:00 |
|
Vladimir Chalupecky
|
d8aed3955d
|
travis: do not get mat64
|
2017-03-15 12:02:22 +01:00 |
|
Vladimir Chalupecky
|
463fd4cc68
|
travis: exclude testlapack directory from coverage testing
|
2017-03-15 09:48:48 +01:00 |
|
Kent English
|
0ac9bd4712
|
Fixing imports
|
2017-03-14 23:10:15 -04:00 |
|
Kent English
|
e729815733
|
Getting rid of misc package
|
2017-03-14 23:06:20 -04:00 |
|
Kent English
|
16e31be90a
|
Addressing feedback on arrays
|
2017-03-14 22:18:09 -04:00 |
|
Kent English
|
03dce031c1
|
Addressing feedback on arrays and variable declaration
|
2017-03-14 22:16:19 -04:00 |
|