14#ifndef MLPACK_CORE_UTIL_PROGRAM_DOC_HPP
15#define MLPACK_CORE_UTIL_PROGRAM_DOC_HPP
69 Example(
const std::function<std::string()>& example);
82 SeeAlso(
const std::string& description,
const std::string& link);
Example(const std::function< std::string()> &example)
Construct a Example object.
LongDescription(const std::function< std::string()> &longDescription)
Construct a LongDescription object.
ProgramName(const std::string &programName)
Construct a ProgramName object.
SeeAlso(const std::string &description, const std::string &link)
Construct a SeeAlso object.
ShortDescription(const std::string &shortDescription)
Construct a ShortDescription object.
Linear algebra utility functions, generally performed on matrices or vectors.