pivot_helper< double > Struct Reference

#include <matrix_double.hpp>

List of all members.

Static Public Member Functions


Detailed Description

Definition at line 43 of file matrix_double.hpp.


Member Function Documentation

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

Definition at line 45 of file matrix_double.hpp.

References mmx::abs().

00045                                               {
00046     return abs (x1) > abs (x2); }


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

Generated on 6 Dec 2012 for algebramix by  doxygen 1.6.1