[eigen] A note to be included in custom-scalar extension documentation |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: [eigen] A note to be included in custom-scalar extension documentation
- From: Manoj Rajagopalan <rmanoj@xxxxxxxxx>
- Date: Wed, 26 May 2010 11:32:10 -0400
- Organization: EECS Dept., University of Michigan, Ann Arbor, MI, USA
Hi eigen developers,
The documentation on extending Eigen with custom scalars should probably
contain a note that the user must also specialize the
ei_significant_decimals_impl template for the custom scalar type if he/she
wants stream output using the << operator.
Thanks,
Manoj