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

shape mismatch is the exception which is thrown if the shapes of an input array and an output array do not match. More...

#include <common.h>

Inheritance diagram for vspline::shape_mismatch:

Public Member Functions

 shape_mismatch (const char *msg)
 

Detailed Description

shape mismatch is the exception which is thrown if the shapes of an input array and an output array do not match.

Definition at line 295 of file common.h.

Constructor & Destructor Documentation

◆ shape_mismatch()

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

Definition at line 298 of file common.h.


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