comp.lang.ada
 help / color / mirror / Atom feed
From: Simon Wright <simon@pushface.org>
Subject: Re: How to initialize a matrix of one column only?
Date: Sun, 08 Jul 2012 08:27:01 +0100
Date: 2012-07-08T08:27:01+01:00	[thread overview]
Message-ID: <m2d3461zne.fsf@nidhoggr.home> (raw)
In-Reply-To: jtaj2c$18k$1@speranza.aioe.org

"Nasser M. Abbasi" <nma@12000.org> writes:

> I want to pass it a one column matrix. (i.e. I can't use a
> Vector, it must be a matrix, since this is what the Ada Lapack
> binding requires).

The case where NRHS is 1 probably happens often enough that it deserves
its own overlaid binding (this is what the Ada Solve has).

From the point of view of SGESV's object code, there's no difference
between a (1 .. n, 1 .. 1) matrix and a (1 .. n) vector.



  parent reply	other threads:[~2012-07-08  7:27 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-07-08  0:08 How to initialize a matrix of one column only? Nasser M. Abbasi
2012-07-08  0:20 ` Nasser M. Abbasi
2012-07-08  1:47 ` John B. Matthews
2012-07-08  2:09   ` Nasser M. Abbasi
2012-07-08 17:05     ` Brian Drummond
2012-07-13 15:19     ` Robert A Duff
2012-07-13 16:11     ` gautier_niouzes
2012-07-08  7:27 ` Simon Wright [this message]
2012-07-08  7:43 ` Stephen Leake
2012-07-08 22:56 ` Jerry
2012-07-09  9:35   ` Simon Wright
2012-07-12  4:13     ` Jerry
2012-07-12  8:50       ` Simon Wright
2012-07-13 23:15         ` Jerry
2012-07-14  9:46           ` Simon Wright
replies disabled

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox