|
linbox
|
NO DOC. More...
#include "linbox/blackbox/diagonal.h"#include "linbox/blackbox/compose.h"#include "linbox/solutions/methods.h"#include "linbox/solutions/getentry.h"#include "linbox/vector/blas-vector.h"#include "linbox/matrix/dense-matrix.h"#include "linbox/algorithms/blackbox-container.h"#include "linbox/algorithms/blackbox-container-symmetric.h"#include "linbox/algorithms/massey-domain.h"#include "linbox/matrix/matrix-domain.h"#include "linbox/algorithms/gauss.h"#include "linbox/vector/vector-traits.h"#include "linbox/util/prime-stream.h"#include "linbox/util/debug.h"#include "linbox/util/mpicpp.h"#include "linbox/ring/modular.h"#include "linbox/algorithms/cra-domain.h"#include "linbox/algorithms/cra-builder-single.h"#include "linbox/randiter/random-prime.h"#include "linbox/algorithms/matrix-hom.h"#include "linbox/algorithms/rational-cra-var-prec.h"#include "linbox/algorithms/cra-builder-var-prec-early-single.h"#include "linbox/algorithms/det-rational.h"
Include dependency graph for det.h:
This graph shows which files directly or indirectly include this file:Data Structures | |
| class | Toeplitz< _CField, _PRing > |
| This is the blackbox representation of a Toeplitz matrix. More... | |
Namespaces | |
| LinBox | |
| Namespace in which all linbox code resides. | |
Functions | |
| template<class Blackbox , class DetMethod , class DomainCategory > | |
| Blackbox::Field::Element & | det (typename Blackbox::Field::Element &d, const Blackbox &A, const DomainCategory &tag, const DetMethod &Meth) |
| Compute the determinant of A. More... | |
| template<class Field > | |
| Field::Element & | detInPlace (typename Field::Element &d, BlasMatrix< Field > &A) |
Rank of Blackbox A. More... | |
NO DOC.
1.8.13