xgcd_matrix< C > Struct Template Reference

#include <defaults.hpp>

List of all members.

Public Member Functions

Public Attributes


Detailed Description

template<typename C>
struct mmx::xgcd_matrix< C >

Definition at line 345 of file defaults.hpp.


Constructor & Destructor Documentation

xgcd_matrix (  )  [inline]
xgcd_matrix ( const C a2,
const C b2,
const C c2,
const C d2 
) [inline]
xgcd_matrix ( const xgcd_matrix< C > &  m  )  [inline]

Member Function Documentation

xgcd_matrix<C>& operator= ( const xgcd_matrix< C > &  m  )  [inline]

Definition at line 356 of file defaults.hpp.

References xgcd_matrix< C >::a, xgcd_matrix< C >::b, xgcd_matrix< C >::c, and xgcd_matrix< C >::d.

00356                                                            {
00357     a= m.a; b= m.b; c= m.c; d= m.d; return m; }


Member Data Documentation

MMX_ALLOCATORS C a

Definition at line 347 of file defaults.hpp.

Referenced by xgcd_matrix< C >::operator=().

MMX_ALLOCATORS C b

Definition at line 347 of file defaults.hpp.

Referenced by xgcd_matrix< C >::operator=().

MMX_ALLOCATORS C c

Definition at line 347 of file defaults.hpp.

Referenced by xgcd_matrix< C >::operator=().

MMX_ALLOCATORS C d

Definition at line 347 of file defaults.hpp.

Referenced by xgcd_matrix< C >::operator=().


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

Generated on 6 Dec 2012 for basix by  doxygen 1.6.1