SheafSystem  0.0.0.0
gl2.h File Reference

Interface for class gl2. More...

#include "SheafSystem/sheaf_dll_spec.h"
#include "SheafSystem/gln.h"
#include "SheafSystem/general_matrix_2x2.h"

Go to the source code of this file.

Classes

class  fiber_bundle::gl2_row_dofs_type< T >
 Row dofs type for class gl2. More...
 
class  fiber_bundle::gl2_lite
 The mathematical group GL(2, R). The group of all invertible, linear transformations on the R2, the 2 dimension vector space over the reals. Equivalent to the set of all invertible 2x2 real matrices (volatile version). More...
 
class  fiber_bundle::gl2
 The mathematical group GL(2, R). The group of all invertible, linear transformations on the R2, the 2 dimension vector space over the reals. Equivalent to the set of all invertible 2x2 real matrices. More...
 

Namespaces

 fiber_bundle
 Namespace for the fiber_bundles component of the sheaf system.
 

Functions

template<typename T >
std::ostream & fiber_bundle::operator<< (std::ostream &xos, const gl2_row_dofs_type< T > &xrdt)
 Insert gl2_row_dofs_type<T>& xrdt into ostream& xos. More...
 
SHEAF_DLL_SPEC std::ostream & fiber_bundle::operator<< (std::ostream &xos, const gl2_lite &xlite)
 Insert gl2_lite& xlite into ostream& xos. More...
 
SHEAF_DLL_SPEC std::ostream & fiber_bundle::operator<< (std::ostream &xos, const gl2 &xpersistent)
 Insert gl2& xpersistent into ostream& xos. More...
 
SHEAF_DLL_SPEC void fiber_bundle::inverse (const gl2_lite &xlite, gl2_lite &xresult)
 Inverse (pre-allocated version for volatile type). More...
 
SHEAF_DLL_SPEC void fiber_bundle::inverse (const gl2 &xgl, gl2 &xresult)
 Inverse (pre-allocated version for persistent type). More...
 

Detailed Description

Interface for class gl2.

Definition in file gl2.h.