|
linbox
|
#include <vector>#include "linbox/blackbox/scalar-matrix.h"#include "linbox/blackbox/toeplitz.h"#include "linbox/solutions/getentry.h"#include "linbox/solutions/solution-tags.h"Data Structures | |
| struct | TraceCategory< BB > |
| Trait to show whether or not the BB class has a local trace function. More... | |
Namespaces | |
| namespace | LinBox |
| Namespace in which all linbox code resides. | |
Functions | |
| template<class BB> | |
| BB::Field::Element & | trace (typename BB::Field::Element &t, const BB &A) |
| Sum of the eigenvalues. | |
| template<class BB> | |
| BB::Field::Element & | trace (typename BB::Field::Element &t, const BB &A, SolutionTags::Generic tt) |
| template<class BB> | |
| BB::Field::Element & | trace (typename BB::Field::Element &t, const BB &A, SolutionTags::Local tt) |