Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ALF
ALF
Commits
7a786313
Commit
7a786313
authored
Jun 28, 2022
by
Florian Goth
Browse files
improve docs
parent
3721845e
Pipeline
#15720
failed with stages
in 16 minutes and 27 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Libraries/libmscbdecomp/SingleColExpBase.F90
View file @
7a786313
...
...
@@ -190,7 +190,8 @@ module SingleColExpBase_mod
!> Florian Goth
!
!> @brief
!> Perform the multiplication of an checkerboard exponential with a matrix.
!> Perform the multiplication of an checkerboard exponential with a matrix:
!> A = A*C
!> This is an internal helper function that finds reuse in multiple places.
!
!> @param[in] c the diagonal data
...
...
@@ -224,7 +225,8 @@ end subroutine
!> Florian Goth
!
!> @brief
!> Perform the multiplication of this exponential with a matrix: out = this*mat
!> Perform the multiplication of this exponential with a matrix:
!> mat = this*mat
!
!> Notes: unifying x and y into one array gave some speedup.
!> Unifying c and s did not...
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment