-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
286f736
commit 629cb95
Showing
10 changed files
with
187 additions
and
215 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -25,7 +25,7 @@ | |
|
||
#include <math.h> | ||
|
||
#include "measure.hpp" | ||
#include "measure.h" | ||
|
||
class CartVect { | ||
private: | ||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
.. _source_sampling: | ||
|
||
============================= | ||
Source Sampling | ||
============================= | ||
|
||
.. currentmodule:: pyne.source_sampling | ||
|
||
This page presents a detailed explanation of how :py:mod:`Source Sampling` works, including | ||
underlying theory, any assocaited assumptions, and information about correct and | ||
appropriate use of this physics. | ||
|
||
|
||
***************************** | ||
Descriptive Heading of Method | ||
***************************** | ||
|
||
Mathematical Details, some example math syntax: | ||
|
||
You can use LaTeX format in rst. To do inline expressions (what $expression$ would | ||
do in LaTeX) :math:`A\vec{x} = \vec{b}`. | ||
|
||
To have blocks of mathematical content, do this | ||
|
||
.. math:: | ||
A\vec{x} = \vec{b} | ||
Support is limited to a subset of LaTeX math by the conversion required for many output formats. | ||
|
||
*********** | ||
Assumptions | ||
*********** | ||
|
||
Any assumptions (explicit or implicit) about this method that would impact use, conclusions, validity, etc. | ||
|
||
|
||
|
||
********************** | ||
Additional Information | ||
********************** | ||
|
||
Details about impact of this theory on method use. | ||
|
||
********** | ||
References | ||
********** | ||
|
||
All of the justification for us listening to you. | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.