xo-reader2 stack: + xo-numeric + setup multi dispatch for *,/
This commit is contained in:
parent
b8fd087319
commit
ac1395ce98
28 changed files with 912 additions and 70 deletions
23
include/xo/numeric/NumericPrimitives.hpp
Normal file
23
include/xo/numeric/NumericPrimitives.hpp
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/** @file NumericDispatch.hpp
|
||||
*
|
||||
* @author Roland Conybeare, Feb 2026
|
||||
**/
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <xo/procedure2/DPrimitive_gco_2_gco_gco.hpp>
|
||||
|
||||
namespace xo {
|
||||
namespace scm {
|
||||
|
||||
/** @brief primitives using multidispatch
|
||||
**/
|
||||
class NumericPrimitives {
|
||||
public:
|
||||
/** poly divide **/
|
||||
static DPrimitive_gco_2_gco_gco s_div_gco_gco_pm;
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
/* end NumericDispatch.hpp */
|
||||
Loading…
Add table
Add a link
Reference in a new issue