[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Matrix quotent
From: |
flatmax |
Subject: |
Matrix quotent |
Date: |
Thu, 19 Oct 2000 13:22:42 +1100 (EST) |
Hi there,
How do you fin the quotent o two matrices ?
Say for example :
int r=64, p=3;
RowVector onesP(p+1,1);
ColumnVector onesR(r,1);
ColumnVector spanR(r);
RowVector spanP(p+1);
Then the following doesn't compile (any ideas ?)....
Matrix b;
b.quotient((spanR * onesP), (const ComplexMatrix)(onesR * spanP));
cout<<b<<endl;
thanks
Matt
-----------------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.
Octave's home on the web: http://www.che.wisc.edu/octave/octave.html
How to fund new projects: http://www.che.wisc.edu/octave/funding.html
Subscription information: http://www.che.wisc.edu/octave/archive.html
-----------------------------------------------------------------------
- Matrix quotent,
flatmax <=