|
LINEAR++ library: AFF to LAPACK
|
| #define LINEAR_LAPACK_failure | ( | C, | |
| N, | |||
| M, | |||
| V | |||
| ) |
Check an assertion for a LAPACK return value and report by throwing an exception.
| C | assert condition |
| N | name of subroutine (of type char*) |
| M | message of type char* |
| V | LAPACK return value |
Definition at line 166 of file error.h.
Referenced by linear::lapack::dposv().