Boost logo

Ublas :

Subject: Re: [ublas] bindings for matrix_vector_range, matrix_vector_slice, bounded_matrix, bounded_vector
From: Thomas Klimpel (Thomas.Klimpel_at_[hidden])
Date: 2008-10-20 16:48:57


Hi,

> Also, the code in ublas_vector2.hpp seems to be missing stride1/stride2 functionality.

The report at
http://www.cs.kuleuven.be/publicaties/rapporten/tw/TW506.abs.html
doesn't mention stride1/stride2 functionality. I think the stride1/stride2 functionality is an implementation detail of ublas_matrix.hpp used to implement the "storage" functionality. Since ublas_vector2.hpp doesn't seem to depend on ublas_matrix.hpp, I don't think that it should have stride1/stride2 functionality.

The other points seem to be valid. Do you have some code that can be used to test that the bindings for matrix_vector_range, matrix_vector_slice, bounded_matrix and bounded_vector work as intended?

Regards,
Thomas