Matrix operations: Fixed use of 'uint' and unsigned types for OpenMP
'uint' only available in some newer compilers, so replaced by 'vcl_size_t'. If use was for an OpenMP-loop variable, replaced by long.
Loading
Please sign in to comment
'uint' only available in some newer compilers, so replaced by 'vcl_size_t'. If use was for an OpenMP-loop variable, replaced by long.