proxsuite-nlp
0.10.0
A primal-dual augmented Lagrangian-type solver for nonlinear programming on manifolds.
Loading...
Searching...
No Matches
fmt-eigen.hpp
Go to the documentation of this file.
1
3
#pragma once
4
5
#include "
proxsuite-nlp/math.hpp
"
6
#include <fmt/ostream.h>
7
#include <fmt/ranges.h>
8
11
template
<
typename
MatrixType>
12
struct
fmt::formatter<MatrixType,
13
proxsuite
::nlp::enable_if_eigen_dense<MatrixType, char>>
14
: fmt::ostream_formatter {};
15
16
template
<
typename
MatrixType>
17
struct
fmt::is_range<MatrixType,
18
proxsuite
::nlp::enable_if_eigen_dense<MatrixType, char>>
19
: std::false_type {};
20
21
template
<
typename
MatrixType>
22
struct
fmt::formatter<
Eigen
::WithFormat<MatrixType>>
23
:
public
fmt::ostream_formatter {};
math.hpp
Eigen
Definition
bunchkaufman.hpp:8
proxsuite
Main package namespace.
Definition
bcl-params.hpp:5
include
proxsuite-nlp
fmt-eigen.hpp
Generated by
1.11.0