IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
LinearAlgebraLogMessages.h
Go to the documentation of this file.
1 // LinearAlgebraLogMessages.h:
3 // ---------------------------
4 //
14 
15 #ifndef __IPSDKMATH_LINEARALGEBRALOGMESSAGES_H__
16 #define __IPSDKMATH_LINEARALGEBRALOGMESSAGES_H__
17 
20 
21 namespace ipsdk {
22 namespace math {
23 
26 
45 )
46 
47 
50 } // end of namespace math
51 } // end of namespace ipsdk
52 
53 #endif // __IPSDKMATH_LINEARALGEBRALOGMESSAGES_H__
Definition of import/export macro for library.
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Matrix col size d mismatch with matrix col size d.
Definition: LinearAlgebraLogMessages.h:35
Matrix col size d mismatch with matrix row size d.
Definition: LinearAlgebraLogMessages.h:37
Expecting at least a one rank deficient linear system while d equations for d variables on input...
Definition: LinearAlgebraLogMessages.h:47
LaPack repport an error during execution.
Definition: LinearAlgebraLogMessages.h:57
Input vector size d mismatch with output matrix global size d (sx=d, sy=d)
Definition: LinearAlgebraLogMessages.h:59
eLinearAlgebraMessage
Enumerate describing messages.
Definition: LinearAlgebraLogMessages.h:33
Matrix col size d mismatch with vector size d.
Definition: LinearAlgebraLogMessages.h:39
Header part of macros set allowing to manager log messages map into libraries.
#define DECLARE_LOG_MESSAGE_MAP(libraryName, enumTypeStr, enumSeq)
macro allowing to declare a message map for a given library libraryName and a given enumerate enumTyp...
Definition: LogMessageManagerHdrMacros.h:27
Matrix size {d, d} mismatch with matrix size {d, d}.
Definition: LinearAlgebraLogMessages.h:45
Number of searched eigen values {d} can't be greater than input matrix size {d}.
Definition: LinearAlgebraLogMessages.h:43
Invalid input matrix size {d, d}, expecting over constrained system.
Definition: LinearAlgebraLogMessages.h:49
Matrix row size d mismatch with matrix col size d.
Definition: LinearAlgebraLogMessages.h:51
Matrix row size d mismatch with vector size d.
Definition: LinearAlgebraLogMessages.h:55
Algorithm expects a square matrix while matrix size is {d, d}.
Definition: LinearAlgebraLogMessages.h:41
Matrix row size d mismatch with matrix row size d.
Definition: LinearAlgebraLogMessages.h:53