LINEAR++ library: AFF to LAPACK

◆ LINEAR_assert

#define LINEAR_assert (   C,
 
)    LINEAR_Xassert( C , M , linear::Exception )

Check an assertion and report by throwing an exception.

Parameters
Cassert condition
Mmessage of type char*

Definition at line 176 of file error.h.

Referenced by linear::op::checkNxM(), linear::op::dotNxM(), and linear::lapack::dposv().