Boost logo

Ublas :

From: Vadim Zborovskii (vadim_z_at_[hidden])
Date: 2006-06-28 06:13:57


Dear colleagues!
I'm doing some computational work and I'm going to migrate from Fortran
to C++ environment. I'm new to uBlas and while looking over the
documentation I've noticed that arrays (matrices, vectors, etc) are
indexed in C way, that is, from zero.
I'd like to know is there a way to do Fortran-style arrays indexing
(from arbitraty integer number, usually, one) and how to do it. I think
that C-style indexing is somewhat inconvenient for me.

Thank you very much in advance.
Vadim Zborovskiy