numerical-collection-cpp 0.10.0
A collection of algorithms in numerical analysis implemented in C++
Loading...
Searching...
No Matches
num_collect::util::impl Namespace Reference

Namespace of internal implementations. More...

Classes

class  dense_matrix_format_view
 Class of expressions to format dense matrices. More...
 
class  dense_vector_format_view
 Class of expressions to format dense vectors. More...
 
class  sparse_matrix_format_view
 Class of expressions to format sparse matrices. More...
 

Functions

void handle_assertion_failure (std::string_view condition_str, source_info_view source=source_info_view())
 Handle a failure of an assertion.
 

Detailed Description

Namespace of internal implementations.

Function Documentation

◆ handle_assertion_failure()

void num_collect::util::impl::handle_assertion_failure ( std::string_view condition_str,
source_info_view source = source_info_view() )
inline

Handle a failure of an assertion.

Parameters
[in]condition_strsource code of the condition.
[in]sourceInformation of the source code.

Definition at line 38 of file assert.h.