STIR
6.2.0
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
z
+
Functions
a
b
c
d
e
f
g
i
j
l
m
n
o
p
r
s
t
w
z
Variables
Typedefs
Enumerations
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
+
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
w
x
y
z
+
Typedefs
c
d
f
h
i
r
s
v
Enumerations
Enumerator
Related Functions
+
Files
File List
+
File Members
All
Functions
Macros
home
sirfuser
devel
STIRdistrib
STIR
src
include
stir
numerics
determinant.h
Go to the documentation of this file.
1
//
2
//
3
/*
4
Copyright (C) 2004- 2007, Hammersmith Imanet Ltd
5
This file is part of STIR.
6
7
SPDX-License-Identifier: Apache-2.0
8
9
See STIR/LICENSE.txt for details
10
*/
11
#ifndef __stir_numerics_determinant_H__
12
#define __stir_numerics_determinant_H__
13
22
#include "
stir/common.h
"
23
24
START_NAMESPACE_STIR
25
26
template
<
int
num_dimensions,
class
elemT>
27
class
Array;
28
36
template
<
class
elemT>
37
elemT
determinant
(
const
Array<2, elemT>& m);
38
39
END_NAMESPACE_STIR
40
#endif
stir::determinant
elemT determinant(const Array< 2, elemT > &m)
Compute the determinant of a matrix.
Definition:
determinant.cxx:63
common.h
basic configuration include file
Generated on Tue Jul 23 2024 09:13:10 for STIR by
1.8.13