I read double type data and I want to normalize it.
But before that I need to round off , I mean I want to remove digit under the point.
in C++, there is floor and ceil , but it doesn't work in a matrix.
Please tell me is there ceil or floor function for a matrix.
Thnx