#include <cmath>
#include <fiber/product.h>
Go to the source code of this file.
|
| | fiber |
| | simple template expression library for linear algebra
|
| |
|
| template<typename Scalar , class Exp > |
| Scalar | fiber::Norm (_RValue< Scalar, Exp > const &A) |
| | Return the 2-norm of a vector. More...
|
| |
| template<typename Scalar , class Exp > |
| Scalar | fiber::Norm (_RValue< Scalar, Exp > const &A, int n) |
| | Return the n-norm of a vector. More...
|
| |
| template<typename Scalar , class Exp > |
| _Normalize< Scalar, Exp > | fiber::Normalize (_RValue< Scalar, Exp > const &A) |
| | Prresents a view of a matrix or vector where each element is normalized, such that the sum of the elements is 1.0. More...
|
| |
| template<typename Scalar , class Exp > |
| Scalar | fiber::SquaredNorm (_RValue< Scalar, Exp > const &A) |
| | Return the squared 2-norm of a vector. More...
|
| |
- Date
- Dec 9, 2012
- Author
- Josh Bialkowski (jbial.nosp@m.k@mi.nosp@m.t.edu)
Definition in file normalize.h.