BWAPI
|
#include <CGAL/basic.h>
Go to the source code of this file.
Classes | |
struct | CGALi::Simple_matrix< Coeff > |
struct | CGALi::Simple_vector< Coeff > |
Namespaces | |
namespace | CGALi |
Functions | |
template<class M > | |
M::NT | CGALi::determinant (const M &matrix, int n, Integral_domain_without_division_tag,::CGAL::Boolean_tag< true >) |
template<class M > | |
M::NT | CGALi::determinant (const M &matrix, int n, Integral_domain_without_division_tag,::CGAL::Boolean_tag< false >) |
template<class M , class other > | |
M::NT | CGALi::inexact_determinant_select (const M &matrix, int n, other type) |
template<class NT > | |
NT | CGALi::determinant (const CGALi::Simple_matrix< NT > &A) |
Will determine and execute a suitable determinant routine and return the determinant of A. (specialisation for CGAL::Matrix_d) | |
template<class M > | |
M::NT | CGALi::determinant (const M &matrix, int n) |
Will determine and execute a suitable determinant routine and return the determinant of A. Needs the dimension n of A as its second argument. | |
template<class M > | |
std::vector< typename M::NT > | CGALi::clow_lengths (const M &A, int k, int n) |
template<class NT > | |
NT | CGALi::det_berkowitz (const CGALi::Simple_matrix< NT > &A) |
Computes the determinant of A according to the method proposed by Berkowitz. (specialisation for CGAL::Matrix_d) | |
template<class M , class OutputIterator > | |
OutputIterator | CGALi::minors_berkowitz (const M &A, OutputIterator minors, int n, int m=0) |
template<class M > | |
M::NT | CGALi::det_berkowitz (const M &A, int n) |
Computes the determinant of A according to the method proposed by Berkowitz. Needs the dimension n of A as its second argument. | |
Variables | |
CGAL_BEGIN_NAMESPACE |