Re: Combination with ordinary arrays

Tunc Simsek <[email protected]>
Newsgroups gmane.lisp.matlisp.user
Message-ID <[email protected]>
Nicolas;

Matlisp functions work on matrices.  So you need to
make a matrix out of your vector.  You can do so
using:

	(make-real-matrix <your-vector>)

or

	(make-complex-matrix <your-vector>)

Good luck,
Tunc

On 8 May 2001, Nicolas Neuss wrote:

> Hello, matlisp-team (and/or other users).
>
> First, I would like to say that matlisp helps me quite a lot.  Thank
> you.  Next, I have the following question: how does one do the
> interaction with usual arrays in the best way.  E.g., is it possible
> to have matlisp matrices operating as linear operators on ordinary
> uniform double-float vectors?  Or is it necessary to construct matlisp
> nx1-matrices for those vectors instead?  What do you recommend?
>
> Yours, Nicolas.
>
>
> _______________________________________________
> Matlisp-users mailing list
> [email protected]
> http://lists.sourceforge.net/lists/listinfo/matlisp-users
>
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.