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
64e7b2b9
Commit
64e7b2b9
authored
Jul 26, 2013
by
David Doria
Browse files
COMP: Fix warnings caused by a backslash at the end of a comment.
Change-Id: Ibd9659d3bce4e6676b0feacf9d6acb0306b6e3da
parent
76a75437
Changes
1
Hide whitespace changes
Inline
Side-by-side
Common/Core/vtkMath.h
View file @
64e7b2b9
...
...
@@ -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