|
STIR 6.4.0
|
Implementation of stir::determinant() function for matrices. More...
#include "stir/Array.h"#include "stir/numerics/determinant.h"#include <complex>#include "stir/Array_complex_numbers.h"#include "stir/error.h"Namespaces | |
| namespace | stir |
| Namespace for the STIR library (and some/most of its applications) | |
| namespace | stir::detail |
| Namespace for the implementation details of the STIR library. | |
Functions | |
| template<class elemT> | |
| elemT | stir::determinant (const Array< 2, elemT > &m) |
| Compute the determinant of a matrix. | |
| template float | stir::determinant (const Array< 2, float > &) |
| template double | stir::determinant (const Array< 2, double > &) |
| template std::complex< float > | stir::determinant (const Array< 2, std::complex< float > > &) |
| template std::complex< double > | stir::determinant (const Array< 2, std::complex< double > > &) |
Implementation of stir::determinant() function for matrices.