help-octave
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

novel way of assigning a matrices


From: Stefan van der Walt
Subject: novel way of assigning a matrices
Date: Thu, 4 Aug 2005 12:11:16 +0200
User-agent: Mutt/1.5.6+20040907i

I see that the Blitz++ matrix library has a very useful way of
assigning matrices.  For example, you can do

A = 0, 1, 2,
    3, 4, 5,
    6, 7, 8;

How do they manage this in C++?  Would it be possible to do something
similar for liboctave?

See http://oonumerics.org/blitz/

and specifically

http://www.oonumerics.org/blitz/examples/Blitz++/transform.html

Regards
Stéfan



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

[Prev in Thread] Current Thread [Next in Thread]