Public Member Functions | List of all members
Eigen::MatrixFormatter< Derived, Scalar, typename ecl::enable_if< ecl::is_float< Scalar > >::type > Class Template Reference

#include <formatters.hpp>

Inheritance diagram for Eigen::MatrixFormatter< Derived, Scalar, typename ecl::enable_if< ecl::is_float< Scalar > >::type >:
Inheritance graph
[legend]

Public Member Functions

 MatrixFormatter (const int &w=-1, const unsigned int &p=2)
 
- Public Member Functions inherited from Eigen::FloatMatrixFormatter< Derived >
 FloatMatrixFormatter (const int &w=-1, const unsigned int &p=2)
 Default constructor. More...
 
FloatMatrixFormatter< Derived > & operator() (const Derived &matrix)
 Format a matrix with permanently stored precision/width. More...
 
FloatMatrixFormatter< Derived > & operator() (const Derived &matrix, const int &w, const unsigned int &p)
 Format a matrix with temporarily specified precision/width. More...
 
unsigned int precision ()
 Returns the current precision setting. More...
 
FloatMatrixFormatter< Derived > & precision (const unsigned int &p)
 Sets the precision format parameter. More...
 
int width ()
 Returns the current width setting. More...
 
FloatMatrixFormatter< Derived > & width (const int &w)
 Sets the width format parameter. More...
 
virtual ~FloatMatrixFormatter ()
 

Detailed Description

template<typename Derived, typename Scalar>
class Eigen::MatrixFormatter< Derived, Scalar, typename ecl::enable_if< ecl::is_float< Scalar > >::type >

Definition at line 257 of file eigen/formatters.hpp.

Constructor & Destructor Documentation

◆ MatrixFormatter()

template<typename Derived , typename Scalar >
Eigen::MatrixFormatter< Derived, Scalar, typename ecl::enable_if< ecl::is_float< Scalar > >::type >::MatrixFormatter ( const int &  w = -1,
const unsigned int &  p = 2 
)
inline

Definition at line 263 of file eigen/formatters.hpp.


The documentation for this class was generated from the following file:


ecl_linear_algebra
Author(s): Daniel Stonier
autogenerated on Wed Mar 2 2022 00:16:29