Skip to content

Commit

Permalink
docs corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
gyrdym committed Feb 19, 2019
1 parent d42e6ac commit 6b441ed
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/matrix_norm.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
///
/// [MatrixNorm.frobenius] a norm, defined by the following formula:
///
/// $ \left \| A \right \|_{F} = \sqrt{\sum_{i=1}^{m}\sum_{j=1}^{n}\left | a_{i,j} \right |^{2}} $
///
/// ![\left \| A \right \|_{F} = \sqrt{\sum_{i=1}^{m}\sum_{j=1}^{n}\left | a_{i,j} \right |^{2}}](https://latex.codecogs.com/gif.latex?%5Cinline%20%5Cleft%20%5C%7C%20A%20%5Cright%20%5C%7C_%7BF%7D%20%3D%20%5Csqrt%7B%5Csum_%7Bi%3D1%7D%5E%7Bm%7D%5Csum_%7Bj%3D1%7D%5E%7Bn%7D%5Cleft%20%7C%20a_%7Bi%2Cj%7D%20%5Cright%20%7C%5E%7B2%7D%7D)
enum MatrixNorm {
frobenius,
}

0 comments on commit 6b441ed

Please sign in to comment.