MLPACK
1.0.10
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
src
mlpack
core
util
string_util.hpp
Go to the documentation of this file.
1
23
#ifndef __MLPACK_CORE_STRING_UTIL_HPP
24
#define __MLPACK_CORE_STRING_UTIL_HPP
25
26
#include <string>
27
28
namespace
mlpack
{
29
namespace
util {
30
33
std::string
Indent
(std::string input,
const
size_t
howManyTabs = 1);
34
35
};
// namespace util
36
};
// namespace mlpack
37
38
#endif
mlpack
Linear algebra utility functions, generally performed on matrices or vectors.
Definition:
load.hpp:31
mlpack::util::Indent
std::string Indent(std::string input, const size_t howManyTabs=1)
A utility function that replaces all all newlines with a number of spaces depending on the indentatio...
Generated by
1.8.8