quala main
Quasi-Newton and other accelerators
Macros | Functions
quala.cpp File Reference

Detailed Description

This file defines all Python bindings.

Definition in file quala.cpp.

#include <pybind11/attr.h>
#include <pybind11/cast.h>
#include <pybind11/chrono.h>
#include <pybind11/detail/common.h>
#include <pybind11/eigen.h>
#include <pybind11/functional.h>
#include <pybind11/iostream.h>
#include <pybind11/pybind11.h>
#include <pybind11/pytypes.h>
#include <pybind11/stl.h>
#include <memory>
#include <optional>
#include <sstream>
#include <stdexcept>
#include <string>
#include <tuple>
#include <type_traits>
#include <utility>
#include "kwargs-to-struct.hpp"
+ Include dependency graph for quala.cpp:

Go to the source code of this file.

Macros

#define STRINGIFY(x)   #x
 
#define MACRO_STRINGIFY(x)   STRINGIFY(x)
 

Functions

 PYBIND11_MODULE (QUALA_MODULE_NAME, m)
 

Macro Definition Documentation

◆ STRINGIFY

#define STRINGIFY (   x)    #x

Definition at line 30 of file quala.cpp.

◆ MACRO_STRINGIFY

#define MACRO_STRINGIFY (   x)    STRINGIFY(x)

Definition at line 31 of file quala.cpp.

Function Documentation

◆ PYBIND11_MODULE()

PYBIND11_MODULE ( QUALA_MODULE_NAME  ,
 
)

Definition at line 33 of file quala.cpp.

+ Here is the call graph for this function: