pivot_helper< double > Struct Reference

#include <matrix_double.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 49 of file matrix_double.hpp.


Member Function Documentation

static bool better ( const double &  x1,
const double &  x2 
) [inline, static]

Definition at line 51 of file matrix_double.hpp.

References mmx::abs().

00051                                               {
00052     return abs (x1) > abs (x2); }


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

Generated on 20 Mar 2013 for algebramix by  doxygen 1.6.1