Commit 30ff197f authored by saskatchewancatch's avatar saskatchewancatch

Fix whitespace issues

parent 8877e3ae
...@@ -156,7 +156,7 @@ enum DecompTypes { ...@@ -156,7 +156,7 @@ enum DecompTypes {
src1 and src2 denote input arrays. src1 and src2 denote input arrays.
*/ */
enum NormTypes { enum NormTypes {
/** /**
\f[ \f[
norm = \forkthree norm = \forkthree
...@@ -167,9 +167,9 @@ enum NormTypes { ...@@ -167,9 +167,9 @@ enum NormTypes {
*/ */
NORM_INF = 1, NORM_INF = 1,
/** /**
\f[ \f[
norm = \forkthree norm = \forkthree
{\| \texttt{src1} \| _{L_1} = \sum _I | \texttt{src1} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\)} {\| \texttt{src1} \| _{L_1} = \sum _I | \texttt{src1} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\)}
{ \| \texttt{src1} - \texttt{src2} \| _{L_1} = \sum _I | \texttt{src1} (I) - \texttt{src2} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\) } { \| \texttt{src1} - \texttt{src2} \| _{L_1} = \sum _I | \texttt{src1} (I) - \texttt{src2} (I)|}{if \(\texttt{normType} = \texttt{NORM_L1}\) }
{ \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM_RELATIVE | NORM_L1}\) } { \frac{\|\texttt{src1}-\texttt{src2}\|_{L_1} }{\|\texttt{src2}\|_{L_1}} }{if \(\texttt{normType} = \texttt{NORM_RELATIVE | NORM_L1}\) }
\f]*/ \f]*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment