![]() |
SheafSystem
0.0.0.0
|
Interface for class gl3. More...
#include "SheafSystem/sheaf_dll_spec.h"#include "SheafSystem/gln.h"#include "SheafSystem/general_matrix_3x3.h"Go to the source code of this file.
Classes | |
| class | fiber_bundle::gl3_row_dofs_type< T > |
| Row dofs type for class gl3. More... | |
| class | fiber_bundle::gl3_lite |
| The mathematical group GL(3, R). The group of all invertible, linear transformations on the R3, the 3 dimension vector space over the reals. Equivalent to the set of all invertible 3x3 real matrices (volatile version). More... | |
| class | fiber_bundle::gl3 |
| The mathematical group GL(3, R). The group of all invertible, linear transformations on the R3, the 3 dimension vector space over the reals. Equivalent to the set of all invertible 3x3 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 gl3_row_dofs_type< T > &xrdt) |
| Insert gl3_row_dofs_type<T>& xrdt into ostream& xos. More... | |
| SHEAF_DLL_SPEC std::ostream & | fiber_bundle::operator<< (std::ostream &xos, const gl3_lite &xlite) |
| Insert gl3_lite& xlite into ostream& xos. More... | |
| SHEAF_DLL_SPEC std::ostream & | fiber_bundle::operator<< (std::ostream &xos, const gl3 &xpersistent) |
| Insert gl3& xpersistent into ostream& xos. More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::inverse (const gl3_lite &xlite, gl3_lite &xresult) |
| Inverse (pre-allocated version for volatile type). More... | |
| SHEAF_DLL_SPEC void | fiber_bundle::inverse (const gl3 &xgl, gl3 &xresult) |
| Inverse (pre-allocated version for persistent type). More... | |
Interface for class gl3.
Definition in file gl3.h.