mirror of
https://github.com/triqs/dft_tools
synced 2024-11-01 03:33:50 +01:00
edd1ff4529
A first general restructuration of the doc according to the pattern [tour|tutorial|reference]. In the reference part, objects are documented per topic. In each topic, [definition|c++|python|hdf5] (not yet implemented)
28 lines
657 B
ReStructuredText
28 lines
657 B
ReStructuredText
Clef: Compile-time lazy expressions and functions
|
|
***************************************************
|
|
|
|
.. highlight:: c
|
|
|
|
.. warning::
|
|
|
|
This library is still a prototype. Its basic features are used in our codes, but
|
|
there are probably still some dark corners ...
|
|
|
|
Documentation in progress.
|
|
|
|
The CLEF library (**C**\ompile time **L**\azy **E**\xpressions and **F**\unctions) is a little
|
|
library to manipulate simple expressions at compile-time and use them e.g.
|
|
to automatically fill containers.
|
|
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
introduction
|
|
expressions_form
|
|
expressions_eval
|
|
assign
|
|
overload
|
|
function
|
|
examples/contents
|