basix_doc 0.1
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 414 of file defaults.hpp.


Constructor & Destructor Documentation

xgcd_matrix ( ) [inline]

Definition at line 420 of file defaults.hpp.

{}
xgcd_matrix ( const C a2,
const C b2,
const C c2,
const C d2 
) [inline]

Definition at line 421 of file defaults.hpp.

                                                                            :
    a (a2), b (b2), c (c2), d (d2) {}
xgcd_matrix ( const xgcd_matrix< C > &  m) [inline]

Definition at line 423 of file defaults.hpp.

                                              :
    a (m.a), b (m.b), c (m.c), d (m.d) {}

Member Function Documentation

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

Definition at line 425 of file defaults.hpp.

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

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

Member Data Documentation

MMX_ALLOCATORS C a

Definition at line 416 of file defaults.hpp.

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

MMX_ALLOCATORS C b

Definition at line 416 of file defaults.hpp.

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

MMX_ALLOCATORS C c

Definition at line 416 of file defaults.hpp.

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

MMX_ALLOCATORS C d

Definition at line 416 of file defaults.hpp.

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


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines