Boost logo

Ublas :

Subject: Re: [ublas] [bindings] Routine with 4 workarrays
From: Rutger ter Borg (rutger_at_[hidden])
Date: 2009-01-18 06:52:10


Peter Schmitteckert wrote:
>
> still you could use workspace4<> merging Complex and Real in a single
> array.
>

I think merging types for complex and real in one array will eventually make
things more difficult. I.e., from an interface point of view, statements
like

lapack::solve( ..., workspace( complex_space, real_space, int_space,
bool_spcace ) )

make sense to me, whereas I have difficulty in expressing the same for a
mixed complex/real array.

Cheers,

Rutger