STIR
6.2.0
|
Declaration of stir::determinant() function for matrices. More...
#include "stir/common.h"
Go to the source code of this file.
Classes | |
class | stir::Array< num_dimensions, elemT > |
This class defines multi-dimensional (numeric) arrays. More... | |
Namespaces | |
stir | |
Namespace for the STIR library (and some/most of its applications) | |
Functions | |
template<class elemT > | |
elemT | stir::determinant (const Array< 2, elemT > &m) |
Compute the determinant of a matrix. More... | |
Declaration of stir::determinant() function for matrices.