Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Christian Butz
VTK
Commits
cb510017
Commit
cb510017
authored
Jul 26, 2013
by
Brad King
Committed by
Code Review
Jul 26, 2013
Browse files
Merge topic 'LUWarning' into master
64e7b2b9
COMP: Fix warnings caused by a backslash at the end of a comment.
parents
76a75437
64e7b2b9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/Core/vtkMath.h
View file @
cb510017
...
...
@@ -665,14 +665,14 @@ public:
// The output is provided by overwriting the input A with a matrix of the same size as
// A containing all of the information about L and U. If the output matrix is
// \f$ A* = \left( \begin{array}{cc}
// a & b \\
// a & b \\
%
// c & d \end{array} \right)\f$
// then L and U can be obtained as:
// \f$ L = \left( \begin{array}{cc}
// 1 & 0 \\
// 1 & 0 \\
%
// c & 1 \end{array} \right)\f$
// \f$ U = \left( \begin{array}{cc}
// a & b \\
// a & b \\
%
// 0 & d \end{array} \right)\f$
//
// That is, the diagonal of the resulting A* is the diagonal of U. The upper right
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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