Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
gonum-dev
Conversations
Labels
About
gonum-dev
1–30 of 436
Mark all as read
Report abusive group
0 selected
Patricio Whittingslow
, …
Dan Kortschak
4
1:56 AM
How do I get latest version of gonum@master
Thanks y'all! It worked! El viernes, 1 de julio de 2022 a las 18:43:58 UTC-3, Dan Kortschak
unread,
How do I get latest version of gonum@master
Thanks y'all! It worked! El viernes, 1 de julio de 2022 a las 18:43:58 UTC-3, Dan Kortschak
1:56 AM
Alon Agmon
Jun 17
Calculate vec-mat Cosine distance
Hello, Im trying to find a more efficient way to calculate cosine distance between a vector and
unread,
Calculate vec-mat Cosine distance
Hello, Im trying to find a more efficient way to calculate cosine distance between a vector and
Jun 17
Aron Sogor
,
Dan Kortschak
2
Jun 16
TriBandDense examples
On Thu, 2022-06-16 at 17:51 -0700, Aron Sogor wrote: > Hi, > > I have questions about the
unread,
TriBandDense examples
On Thu, 2022-06-16 at 17:51 -0700, Aron Sogor wrote: > Hi, > > I have questions about the
Jun 16
Patricio Whittingslow
Jun 7
Adding more utilities for Matrices
Things I've needed and not found in gonum: 1. Logical indexing, matlab style. Eliminating nth
unread,
Adding more utilities for Matrices
Things I've needed and not found in gonum: 1. Logical indexing, matlab style. Eliminating nth
Jun 7
Paul Tagliamonte
,
Dan Kortschak
2
Jun 6
How to plot with radial axis?
On Mon, 2022-06-06 at 05:30 -0700, Paul Tagliamonte wrote: > Hello gonum! > > I have point
unread,
How to plot with radial axis?
On Mon, 2022-06-06 at 05:30 -0700, Paul Tagliamonte wrote: > Hello gonum! > > I have point
Jun 6
Patricio Whittingslow
,
Dan Kortschak
6
May 29
Defining scope of spatial/r3 and r2 packages
On Sun, 2022-05-29 at 06:47 -0700, Patricio Whittingslow wrote: > > A line could be represented
unread,
Defining scope of spatial/r3 and r2 packages
On Sun, 2022-05-29 at 06:47 -0700, Patricio Whittingslow wrote: > > A line could be represented
May 29
Matteo Nicoli
,
Patricio Whittingslow
3
May 11
Multiple integrals
Yes, moreover, it would be nice to implement some algorithms other than Runge-Kutta. I am thinking at
unread,
Multiple integrals
Yes, moreover, it would be nice to implement some algorithms other than Runge-Kutta. I am thinking at
May 11
Patricio Whittingslow
,
Dan Kortschak
5
May 9
Re: Remove Transpose Methods?
> though I have to say it's unclear to me why they would implement mat.Matrix and not import
unread,
Re: Remove Transpose Methods?
> though I have to say it's unclear to me why they would implement mat.Matrix and not import
May 9
Torsten Knüppel
,
Dan Kortschak
3
Mar 29
Using Kruskal algorithm for Minimum Spanning Forest
Hi Dan, thanks a lot for your quick reply - it should solve my problems. Best regards Torsten On
unread,
Using Kruskal algorithm for Minimum Spanning Forest
Hi Dan, thanks a lot for your quick reply - it should solve my problems. Best regards Torsten On
Mar 29
Patricio Whittingslow
, …
Vladimír Chalupecký
15
Mar 28
New IVP integration facilities
Hello, It's been nearly a year since we started this dialogue on how to go about adding IVP
unread,
New IVP integration facilities
Hello, It's been nearly a year since we started this dialogue on how to go about adding IVP
Mar 28
Patricio Whittingslow
, …
jorgeneo560
6
Mar 21
Discrepancy between LAPACK Dgemm and Gonum's Dgemm
i had a similar problem and i dont know how to solve it, in fortran i do input predgemm matrix a
unread,
Discrepancy between LAPACK Dgemm and Gonum's Dgemm
i had a similar problem and i dont know how to solve it, in fortran i do input predgemm matrix a
Mar 21
Sebastien Binet
, …
Dan Kortschak
7
Mar 13
preparing for Go-1.18
On Thu, 2022-03-10 at 11:43 +0000, 'Dan Kortschak' via gonum-dev wrote: > I have time from
unread,
preparing for Go-1.18
On Thu, 2022-03-10 at 11:43 +0000, 'Dan Kortschak' via gonum-dev wrote: > I have time from
Mar 13
jorgeneo560
,
Vladimír Chalupecký
2
Mar 9
Dlarfg input value types
The compiler error points to the root cause: the third argument must be a slice but you're
unread,
Dlarfg input value types
The compiler error points to the root cause: the third argument must be a slice but you're
Mar 9
7390...@qq.com
,
Dan Kortschak
2
Jan 6
How to generate fp32.DotUnitary method ?
On Thu, 2022-01-06 at 02:08 -0800, '7390...@qq.com' via gonum-dev wrote: > Is fp32.
unread,
How to generate fp32.DotUnitary method ?
On Thu, 2022-01-06 at 02:08 -0800, '7390...@qq.com' via gonum-dev wrote: > Is fp32.
Jan 6
jorgeneo560
,
Patricio Whittingslow
3
12/3/21
need help dgetc2 and bi.Daxpy
I said "inputs which differ", I meant to clarify the inputs are exactly the same to my
unread,
need help dgetc2 and bi.Daxpy
I said "inputs which differ", I meant to clarify the inputs are exactly the same to my
12/3/21
Patricio Whittingslow
11/29/21
PSA: Visual debugging of LAPACK Fortran using VSCode
Steps on how to get a simple environment set up for debugging FORTRAN routines with full access to
unread,
PSA: Visual debugging of LAPACK Fortran using VSCode
Steps on how to get a simple environment set up for debugging FORTRAN routines with full access to
11/29/21
jorgeneo560
,
Vladimír Chalupecký
2
11/24/21
almost finish dtgsyl, but i dont know how to run test
There are some build instructions at https://github.com/numericalalgorithmsgroup/LAPACK_Examples Have
unread,
almost finish dtgsyl, but i dont know how to run test
There are some build instructions at https://github.com/numericalalgorithmsgroup/LAPACK_Examples Have
11/24/21
Kamil Ziemian
,
Roman Werpachowski
3
11/9/21
General questions about Gonum project and community
Thank you for this words of encouragement. :) I can experimenting with Gonum only in my spare time,
unread,
General questions about Gonum project and community
Thank you for this words of encouragement. :) I can experimenting with Gonum only in my spare time,
11/9/21
Patricio Whittingslow
,
Dan Kortschak
2
10/31/21
Running/debugging fortran routines
On Sun, 2021-10-31 at 10:02 -0700, Patricio Whittingslow wrote: > Hello peeps, > I'm
unread,
Running/debugging fortran routines
On Sun, 2021-10-31 at 10:02 -0700, Patricio Whittingslow wrote: > Hello peeps, > I'm
10/31/21
Nathaniel Jones
,
Dan Kortschak
3
10/25/21
Complex analog to Dense.Apply()
On Mon, 2021-10-25 at 08:52 -0700, Nathaniel Jones wrote: > I noticed there's no functionality
unread,
Complex analog to Dense.Apply()
On Mon, 2021-10-25 at 08:52 -0700, Nathaniel Jones wrote: > I noticed there's no functionality
10/25/21
jorgeneo560
,
Dan Kortschak
2
10/19/21
what this line do?
On Tue, 2021-10-19 at 11:34 -0700, 'jorgeneo560' via gonum-dev wrote: > hi i am coding
unread,
what this line do?
On Tue, 2021-10-19 at 11:34 -0700, 'jorgeneo560' via gonum-dev wrote: > hi i am coding
10/19/21
jorgeneo560
,
Vladimír Chalupecký
4
10/16/21
dtgsyl
I suspected that, such a sudden, geographically concentrated interest in Dtgsyl et al ... In that
unread,
dtgsyl
I suspected that, such a sudden, geographically concentrated interest in Dtgsyl et al ... In that
10/16/21
Aron Sogor
,
Brendan Tracey
2
10/13/21
Submatrix
Slice should be the function you are looking for https://pkg.go.dev/gonum.org/v1/gonum/mat#Dense.
unread,
Submatrix
Slice should be the function you are looking for https://pkg.go.dev/gonum.org/v1/gonum/mat#Dense.
10/13/21
jorgeneo560
,
Sebastien Binet
6
10/12/21
i cant install gonum to my project
Jorge, On Tue Oct 12, 2021 at 18:52 CET, 'jorgeneo560' via gonum-dev wrote: > > PS D:\
unread,
i cant install gonum to my project
Jorge, On Tue Oct 12, 2021 at 18:52 CET, 'jorgeneo560' via gonum-dev wrote: > > PS D:\
10/12/21
lazar...@gmail.com
,
Sebastien Binet
6
10/11/21
date on the x axis
thanks for the help понедельник, 11 октября 2021 г. в 12:25:39 UTC+3, Sebastien Binet: On Mon Oct 11,
unread,
date on the x axis
thanks for the help понедельник, 11 октября 2021 г. в 12:25:39 UTC+3, Sebastien Binet: On Mon Oct 11,
10/11/21
Patricio Whittingslow
,
Vladimír Chalupecký
5
9/29/21
Questions: Dlaswp Lapack and others
I don't know what your plan exactly is. Just submit a PR and I'll take a look. On Wednesday,
unread,
Questions: Dlaswp Lapack and others
I don't know what your plan exactly is. Just submit a PR and I'll take a look. On Wednesday,
9/29/21
Sebastien Binet
,
Dan Kortschak
6
9/28/21
Tagging plot@v0.10.0?
On Tue Sep 28, 2021 at 14:40 CET, 'Dan Kortschak' via gonum-dev wrote: > On Tue, 2021-09-
unread,
Tagging plot@v0.10.0?
On Tue Sep 28, 2021 at 14:40 CET, 'Dan Kortschak' via gonum-dev wrote: > On Tue, 2021-09-
9/28/21
Dan Kortschak
,
Jan Mercl
13
9/20/21
dropping travis?
On Mon, Sep 20, 2021 at 12:43 PM 'Dan Kortschak' via gonum-dev <gonum-dev@googlegroups.com
unread,
dropping travis?
On Mon, Sep 20, 2021 at 12:43 PM 'Dan Kortschak' via gonum-dev <gonum-dev@googlegroups.com
9/20/21
Sebastien Binet
, …
Dan Kortschak
10
9/18/21
Preparing gonum/{gonum,plot}@v0.10.0
On Fri, 2021-09-17 at 22:25 -0700, Vladimír Chalupecký wrote: > I've just reviewed the only PR
unread,
Preparing gonum/{gonum,plot}@v0.10.0
On Fri, 2021-09-17 at 22:25 -0700, Vladimír Chalupecký wrote: > I've just reviewed the only PR
9/18/21
Dan Kortschak
9/2/21
reduced availability
Hi Everyone, From 6 September I will be working in a non-scientific computing context. This will have
unread,
reduced availability
Hi Everyone, From 6 September I will be working in a non-scientific computing context. This will have
9/2/21