|
LINEAR++ library: AFF to LAPACK
|
| #define LINEAR_assert | ( | C, | |
| M | |||
| ) | LINEAR_Xassert( C , M , linear::Exception ) |
Check an assertion and report by throwing an exception.
| C | assert condition |
| M | message of type char* |
Definition at line 176 of file error.h.
Referenced by linear::op::checkNxM(), linear::op::dotNxM(), and linear::lapack::dposv().