h***@googlemail.com
2008-02-26 19:55:07 UTC
Hello octave group!
I am using octave libraries in my C++ programs, and recently switched
to the sparse matrix classes provided therein.
However, I am missing e.g. a simple matrix vector product
implementation of SparseComplexMatrix, i.e. multiplying it by a
ComplexColumnVector from the right.
Until now, I use my own quick and dirty approach, but I am shure that
there exists a more efficient implementation for this workhorse
routine.
Furthermore it would be convenient, to simply have the "*" operator
for the sparse classes, when applied to ColumnVector classes
So is this feature hidden somewhere?
Thanks in advance,
Hannu Wichterich
I am using octave libraries in my C++ programs, and recently switched
to the sparse matrix classes provided therein.
However, I am missing e.g. a simple matrix vector product
implementation of SparseComplexMatrix, i.e. multiplying it by a
ComplexColumnVector from the right.
Until now, I use my own quick and dirty approach, but I am shure that
there exists a more efficient implementation for this workhorse
routine.
Furthermore it would be convenient, to simply have the "*" operator
for the sparse classes, when applied to ColumnVector classes
So is this feature hidden somewhere?
Thanks in advance,
Hannu Wichterich