-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into NativeComplexTrees
- Loading branch information
Showing
21 changed files
with
457 additions
and
110 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
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,12 @@ | ||
--------------------- | ||
ConvolutionCalculator | ||
--------------------- | ||
|
||
This is an introduction to the ConvolutionCalculator class. We write a small overarching summary of the class where we define the | ||
algorithm/equation/structure reasoning for having this class or where it fits with the rest of the code. | ||
|
||
.. doxygenclass:: mrcpp::ConvolutionCalculator | ||
:members: | ||
:protected-members: | ||
:private-members: | ||
|
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,19 @@ | ||
------------------ | ||
CornerOperatorTree | ||
------------------ | ||
|
||
This is an introduction to the CornerOperatorTree class. We write a small overarching summary of the class where we define the | ||
algorithm/equation/structure reasoning for having this class or where it fits with the rest of the code. | ||
|
||
This class inherits from OperatorTree and represents the non-standard form with | ||
matrices :math:`A, B, C` having negligible matrix elements around their diagonals. | ||
Note that only these three matrices can be considered narrow banded at the corners, | ||
and so only for them we redefine the notion of a band width. | ||
A band of one of them is the distance between the first non-negligible diagonal and the main diagonal. | ||
|
||
|
||
.. doxygenclass:: mrcpp::CornerOperatorTree | ||
:members: | ||
:protected-members: | ||
:private-members: | ||
|
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
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.