vspline 1.1.0
Generic C++11 Code for Uniform B-Splines
Public Member Functions | List of all members
vspline::dimension_mismatch Struct Reference

dimension-mismatch is thrown if two arrays have different dimensions which should have the same dimensions. More...

#include <common.h>

Inheritance diagram for vspline::dimension_mismatch:

Public Member Functions

 dimension_mismatch (const char *msg)
 

Detailed Description

dimension-mismatch is thrown if two arrays have different dimensions which should have the same dimensions.

Definition at line 285 of file common.h.

Constructor & Destructor Documentation

◆ dimension_mismatch()

vspline::dimension_mismatch::dimension_mismatch ( const char *  msg)
inline

Definition at line 288 of file common.h.


The documentation for this struct was generated from the following file: