OPAL (Object Oriented Parallel Accelerator Library)
2022.1
OPAL
src
src
Classic
Utilities
SingularMatrixError.h
Go to the documentation of this file.
1
#ifndef CLASSIC_SingularMatrixError_HH
2
#define CLASSIC_SingularMatrixError_HH
3
4
// ------------------------------------------------------------------------
5
// $RCSfile: SingularMatrixError.h,v $
6
// ------------------------------------------------------------------------
7
// $Revision: 1.1.1.1 $
8
// ------------------------------------------------------------------------
9
// Copyright: see Copyright.readme
10
// ------------------------------------------------------------------------
11
//
12
// Class: SingularMatrixError
13
//
14
// ------------------------------------------------------------------------
15
// Class category: Utilities
16
// ------------------------------------------------------------------------
17
//
18
// $Date: 2000/03/27 09:32:38 $
19
// $Author: fci $
20
//
21
// ------------------------------------------------------------------------
22
23
#include "
Utilities/ArithmeticError.h
"
24
25
#include <string>
26
27
// Class SingularMatrixError
28
// ------------------------------------------------------------------------
30
// This exception is thrown, when an attempt is made to invert a singular
31
// matrix.
32
33
class
SingularMatrixError
:
public
ArithmeticError
{
34
35
public
:
36
38
// Arguments:
39
// [DL]
40
// [DT][b]meth[/b]
41
// [DD]the name of the method or function detecting the exception
42
// [/DL]
43
// Construction/destruction.
44
explicit
SingularMatrixError
(
const
std::string &meth);
45
46
SingularMatrixError
(
const
SingularMatrixError
&);
47
virtual
~SingularMatrixError
();
48
49
private
:
50
51
// Not implemented.
52
SingularMatrixError
();
53
};
54
55
#endif
// CLASSIC_SingularMatrixError_HH
ArithmeticError.h
ArithmeticError
The abstract base class for all CLASSIC arithmetic exceptions.
Definition:
ArithmeticError.h:33
SingularMatrixError
Singular matrix exception.
Definition:
SingularMatrixError.h:33
SingularMatrixError::SingularMatrixError
SingularMatrixError()
SingularMatrixError::~SingularMatrixError
virtual ~SingularMatrixError()
Definition:
SingularMatrixError.cpp:38
Generated on Thu Oct 20 2022 17:40:11 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.3