Template Function Karana::Math::dump#
Defined in File Defs.h
Function Documentation#
-
template<typename Derived>
void Karana::Math::dump(const Eigen::MatrixBase<Derived> &mat, const std::string &prefix = "", unsigned int precision = 10, bool exponential = false)# Print dumpString to std::cout.
- Parameters:
mat – The matrix to print dumpString for.
prefix – String prefix for each line.
precision – Number of digits to use for floating point values.
exponential – Use exponential notation if true.