Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
7219f4b5
"git@developer.sourcefind.cn:OpenDAS/fastmoe.git" did not exist on "c0cfcc47097cf3706f164b0077a9a0e8947af60c"
Commit
7219f4b5
authored
Oct 22, 2015
by
Davis King
Browse files
Added spec for the csv matrix output method.
parent
3ca08063
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
0 deletions
+8
-0
dlib/matrix/matrix_abstract.h
dlib/matrix/matrix_abstract.h
+8
-0
No files found.
dlib/matrix/matrix_abstract.h
View file @
7219f4b5
...
@@ -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
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment