From: Tunc S. <si...@ro...> - 2001-05-08 16:45:02
|
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 > Mat...@li... > http://lists.sourceforge.net/lists/listinfo/matlisp-users > |