View Single Post
Old 07-06-2005, 11:41 AM   #1 (permalink)
benllera
Registered User
 
Join Date: Jul 2005
Location: Cardiff
Posts: 2
benllera is on a distinguished road
check if a vector equals to a row in a 2D matrix

I have a class template for a 2dimensional matrix (nested std::vector in std::vector) and I need a function that takes a std::vector as argument and checks if it is equal to any row of the matrix.
benllera is offline   Reply With Quote