|
Ublas : |
From: Kresimir Fresl (fresl_at_[hidden])
Date: 2006-11-08 02:25:09
Hi Karl,
> OK. Do you still recall what they are mean?
matrix_stride1 is the distance in memory between two consecutive
matrix components in the same column -- eg. for a dense matrix stored
in column major order it is 1
matrix_stride2 is the memory distance between two consecutive
components in the same row -- for a dense matrix stored
in column major order it is equal to the number of rows.
> Would we keep them if we do no longer know what their purpose is?
I really don't know.
Regards,
fres