SCIRun User Mailing List

Text archives Help


[SCIRUN-USERS] Re: matrix left division


Chronological Thread 
  • From: Mike Steffen <msteffen@cs.utah.edu>
  • To: Petr Stovicek <pstov@lf1.cuni.cz>
  • Cc: scirun-users@sci.utah.edu
  • Subject: [SCIRUN-USERS] Re: matrix left division
  • Date: Sun, 10 Jan 2010 13:18:58 -0700

Hi Petr-

Currently SCIRun does not support MATLAB style matrix left division. We will discuss this within our group and consider adding the functionality in the future. SCIRun's direct interface with Matlab may be the easiest way to automate this for the time being. However, as you said, that would require transferring data between the programs.

-Mike Steffen

--
Michael Steffen
Post-Doctoral Research Associate
Scientific Computing and Imaging Institute
University of Utah
801.581.8596

On 1/8/10 2:29 AM, Petr Stovicek wrote:
Hello,

has anyone tried to do matrix division with the EvaluateLinAlgGeneral
module?

According to the documentation, it is programmed to handle matrix addition
and multiplication.
Specifically, I would need to do matrix left division (least squares
solution) with matrices that are neither square nor column vectors, just
have the same number of rows.
Do we have to write our own C code to perform this in SCIRun? I know I can
do it in Matlab, but am trying to avoid transferring data between the two
software.

Thanks

Petr Stovicek
Charles University



Archive powered by MHonArc 2.6.16.

Top of page