OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
src
src
Classic
Utilities
SingularMatrixError.cpp
Go to the documentation of this file.
1
// ------------------------------------------------------------------------
2
// $RCSfile: SingularMatrixError.cpp,v $
3
// ------------------------------------------------------------------------
4
// $Revision: 1.1.1.1 $
5
// ------------------------------------------------------------------------
6
// Copyright: see Copyright.readme
7
// ------------------------------------------------------------------------
8
//
9
// Class: SingularMatrixError
10
// Singular matrix in matrix inversion.
11
//
12
// ------------------------------------------------------------------------
13
// Class category: Utilities
14
// ------------------------------------------------------------------------
15
//
16
// $Date: 2000/03/27 09:32:38 $
17
// $Author: fci $
18
//
19
// ------------------------------------------------------------------------
20
21
#include "
Utilities/SingularMatrixError.h
"
22
23
24
// Class SingularMatrixError
25
// ------------------------------------------------------------------------
26
27
28
SingularMatrixError::SingularMatrixError
(
const
std::string &meth):
29
ArithmeticError
(meth,
"Singular matrix."
)
30
{}
31
32
33
SingularMatrixError::SingularMatrixError
(
const
SingularMatrixError
&rhs):
34
ArithmeticError
(rhs)
35
{}
36
37
38
SingularMatrixError::~SingularMatrixError
()
39
{}
SingularMatrixError.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 Wed Aug 25 2021 16:41:03 for OPAL (Object Oriented Parallel Accelerator Library) by
1.9.1