Displaying 9 results from an estimated 9 matches for "hammarling".
2004 Jun 01
1
ANN: LAPACK and ScaLAPACK new functionality survey
...variety of other
possible functions we could add (e.g. updating and downdating
factorizations), but are uncertain of their impact.
Please see http://icl.cs.utk.edu/lapack-survey.html for the survey.
We would like to have your input by June 16th, 2004.
Regards,
Jack Dongarra, Jim Demmel, and Sven Hammarling
2019 Sep 11
4
Fw: Calling a LAPACK subroutine from R
...fine, on the other hand(!).
I have recently asked about this on R-pkg-devel, but not received any
useful answers, and my submission to CRAN is rejected. I solve it by
making a personal copy of dgemv and changing the character parameter to
integer, and adding Jack Dongarra, Jeremy Du Croz, Sven Hammarling, and
Richard Hanson as authors of eha. And a Copyright note, all in the
DESCRIPTION file. Ugly but what can I do (except rewriting the Fortran
code in C with f2c)?
G?ran
On 2019-09-11 21:38, Berend Hasselman wrote:
>
> The Lapack library is loaded automatically by R itself when it needs...
2019 Sep 12
0
Fw: Calling a LAPACK subroutine from R
...l = "goran.brostrom at umu.se"),
>>> ????????????? person("Jack", "Dongarra", role = "aut"),
>>> ????????????? person("Jeremy", "Du Croz", role = "aut"),
>>> ????????????? person("Sven", "Hammarling", role = "aut"),
>>> ????????????? person("Richard", "Hanson", role = "aut"),
>>> ????????????? person("Jianming", "Jin", role = "aut"))
>>> Copyright: The blas Developers 2014-2018.
>>>
&...
2019 Sep 12
1
Calling a LAPACK subroutine from R
...ther hand(!).
>>
>> I have recently asked about this on R-pkg-devel, but not received any useful answers, and my submission to CRAN is rejected. I solve it by making a personal copy of dgemv and changing the character parameter to integer, and adding Jack Dongarra, Jeremy Du Croz, Sven Hammarling, and Richard Hanson as authors of eha. And a Copyright note, all in the DESCRIPTION file. Ugly but what can I do (except rewriting the Fortran code in C with f2c)?
>>
>> G?ran
>>
>> On 2019-09-11 21:38, Berend Hasselman wrote:
>>> The Lapack library is loaded auto...
2019 Sep 11
1
Fw: Calling a LAPACK subroutine from R
...; I have recently asked about this on R-pkg-devel, but not received any
> useful answers, and my submission to CRAN is rejected. I solve it by
> making a personal copy of dgemv and changing the character parameter to
> integer, and adding Jack Dongarra, Jeremy Du Croz, Sven Hammarling, and
> Richard Hanson as authors of eha. And a Copyright note, all in the
> DESCRIPTION file. Ugly but what can I do (except rewriting the Fortran
> code in C with f2c)?
>
> G?ran
>
> On 2019-09-11 21:38, Berend Hasselman wrote:
> >
> &g...
2000 May 04
2
alas, no vecnorm
I wanted a function that would give the euclidean distance of a vector.
Then I was happy, because I found vecnorm listed on pg 55 of V&R (3rd
edn) which I had just bought today.
Then I was sad, because R did not have vecnorm.
Then I was happy again, because I bethought myself that I could copy the
function vecnorm from splus to my code.
Then I was sad again because R complained
>
2019 Sep 11
4
Fw: Calling a LAPACK subroutine from R
Sorry for cross-posting, but I realized my question might be more appropriate for r-devel...
Thank you,
Giovanni
________________________________________
From: R-help <r-help-bounces at r-project.org> on behalf of Giovanni Petris <gpetris at uark.edu>
Sent: Tuesday, September 10, 2019 16:44
To: r-help at r-project.org
Subject: [R] Calling a LAPACK subroutine from R
Hello R-helpers!
2019 Sep 12
0
Calling a LAPACK subroutine from R
...on the other hand(!).
>
> I have recently asked about this on R-pkg-devel, but not received any useful answers, and my submission to CRAN is rejected. I solve it by making a personal copy of dgemv and changing the character parameter to integer, and adding Jack Dongarra, Jeremy Du Croz, Sven Hammarling, and Richard Hanson as authors of eha. And a Copyright note, all in the DESCRIPTION file. Ugly but what can I do (except rewriting the Fortran code in C with f2c)?
>
> G?ran
>
> On 2019-09-11 21:38, Berend Hasselman wrote:
>> The Lapack library is loaded automatically by R itsel...
2019 Sep 11
0
Fw: Calling a LAPACK subroutine from R
...and(!).
>
> I have recently asked about this on R-pkg-devel, but not received any
> useful answers, and my submission to CRAN is rejected. I solve it by
> making a personal copy of dgemv and changing the character parameter to
> integer, and adding Jack Dongarra, Jeremy Du Croz, Sven Hammarling, and
> Richard Hanson as authors of eha. And a Copyright note, all in the
> DESCRIPTION file. Ugly but what can I do (except rewriting the Fortran
> code in C with f2c)?
>
> G?ran
>
> On 2019-09-11 21:38, Berend Hasselman wrote:
> >
> > The Lapack library is loaded...