librpa.h Source File

librpa.h Source File#

LibRPA: librpa.h Source File
LibRPA
librpa.h
Go to the documentation of this file.
1#pragma once
19
20#include "librpa_global.h"
21
22// Input data APIs
23#include "librpa_input.h"
24
25// Computation APIs
26#include "librpa_compute.h"
27
28// C++ APIs: wrappers to the stable C APIs
29#ifdef __cplusplus
30#include "librpa.hpp"
31#endif
C++ wrapper API for LibRPA.
Computing data APIs for LibRPA.
Global functions for LibRPA.
Input data APIs for LibRPA.