OPAL (Object Oriented Parallel Accelerator Library)
2024.1
OPAL
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
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
SingularMatrixError
Singular matrix exception.
Definition:
SingularMatrixError.h:33
ArithmeticError
The abstract base class for all CLASSIC arithmetic exceptions.
Definition:
ArithmeticError.h:33
ArithmeticError.h
SingularMatrixError::~SingularMatrixError
virtual ~SingularMatrixError()
Definition:
SingularMatrixError.cpp:38
SingularMatrixError::SingularMatrixError
SingularMatrixError()
Generated on Tue Jul 2 2024 15:05:23 for OPAL (Object Oriented Parallel Accelerator Library) by
1.8.5