latex syntax
Need curly braces on arg to \begin, need arg to \right
This commit is contained in:
committed by
Ryan Curtin
parent
c7ec18f16c
commit
a160376044
@@ -27,11 +27,11 @@ namespace ann /**Artificial Neural Network*/ {
|
||||
* @f{eqnarray*}{
|
||||
* f(x) &=& \max(0,x)+alpha \\
|
||||
* f'(x) &=& \left\{
|
||||
* \begin(array){lr}
|
||||
* \begin{array}{lr}
|
||||
* 1 & : x > 0 \\
|
||||
* 0 & : x \le 0
|
||||
* \end{array}
|
||||
* \right
|
||||
* \right.
|
||||
* @f}
|
||||
*
|
||||
* For more information, read the following paper:
|
||||
|
||||
Reference in New Issue
Block a user