Commit 7219f4b5 authored by Davis King's avatar Davis King

Added spec for the csv matrix output method.

parent 3ca08063
...@@ -733,6 +733,14 @@ namespace dlib ...@@ -733,6 +733,14 @@ namespace dlib
from being parsed into a matrix then #in.fail() == true. from being parsed into a matrix then #in.fail() == true.
!*/ !*/
some_undefined_iomnaip_type csv;
/*!A csv
This object is used to define an io manipulator for matrix expressions. In
particular, you can write statements like:
cout << csv << yourmatrix;
and have it print the matrix with commas separating each element.
!*/
// ---------------------------------------------------------------------------------------- // ----------------------------------------------------------------------------------------
template <typename EXP> template <typename EXP>
......
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