numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
format_dense_vector.h File Reference

Definition of format_dense_vector function. More...

#include <Eigen/Core>
#include <fmt/base.h>
#include "num_collect/base/exception.h"
#include "num_collect/base/precondition.h"
#include "num_collect/logging/logging_macros.h"
+ Include dependency graph for format_dense_vector.h:

Go to the source code of this file.

Classes

class  num_collect::util::impl::dense_vector_format_view< Vector >
 Class of expressions to format dense vectors. More...
 
struct  fmt::formatter< num_collect::util::impl::dense_vector_format_view< Vector > >
 fmt::formatter for num_collect::util::impl::dense_vector_format_view. More...
 

Namespaces

namespace  fmt
 Namespace of fmt library.
 
namespace  num_collect
 Namespace of num_collect source codes.
 
namespace  num_collect::util
 Namespace of utilities.
 
namespace  num_collect::util::impl
 Namespace of internal implementations.
 

Functions

template<typename Vector >
auto num_collect::util::format_dense_vector (const Eigen::DenseBase< Vector > &vec)
 Format a dense vector.
 

Detailed Description

Definition of format_dense_vector function.

Definition in file format_dense_vector.h.