Commit 7a6ec2f1 authored by Davis King's avatar Davis King

Clarified spec

parent 2e98a785
...@@ -22,8 +22,8 @@ namespace dlib ...@@ -22,8 +22,8 @@ namespace dlib
requires requires
- 0 < bits <= 32 - 0 < bits <= 32
- v.size() > 1 - v.size() > 1
- vector_type == a std::vector containing dlib::matrix objects, each - vector_type == a std::vector or compatible type containing dlib::matrix
representing a column vector of the same size. objects, each representing a column vector of the same size.
- for all valid i, j: - for all valid i, j:
- is_col_vector(v[i]) == true - is_col_vector(v[i]) == true
- v[i].size() > 0 - v[i].size() > 0
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment