My Project
Main Page
Classes
Files
File List
File Members
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
src
error.h
Go to the documentation of this file.
1
#ifndef ERROR_H
2
#define ERROR_H
3
4
enum
ERROR_CODE
{
5
NOT_SQUARE_MATRIX
= -1,
6
NO_INVERSE
= -2,
7
NO_ERROR
= 1,
8
MATRIX_NOT_EXISTS
= -3,
9
NOT_SAME_SIZE
= -4,
10
SIZE_NOT_MATCH
= -5,
11
CANT_CREATE_MATRIX
= -6,
12
13
};
14
15
#endif
MATRIX_NOT_EXISTS
Definition:
error.h:8
NOT_SAME_SIZE
Definition:
error.h:9
ERROR_CODE
ERROR_CODE
Definition:
error.h:4
NO_INVERSE
Definition:
error.h:6
NO_ERROR
Definition:
error.h:7
SIZE_NOT_MATCH
Definition:
error.h:10
CANT_CREATE_MATRIX
Definition:
error.h:11
NOT_SQUARE_MATRIX
Definition:
error.h:5
Generated on Sat Oct 25 2014 17:02:00 for My Project by
1.8.6