cheshirekow  v0.1.0
normalize.h File Reference
#include <cmath>
#include <fiber/product.h>

Go to the source code of this file.

Classes

class  fiber::_Normalize< Scalar, Exp >
 Expression template presents a view of a matrix where each element is normalized, such that the sum of the elements is 1.0. More...
 

Namespaces

 fiber
 simple template expression library for linear algebra
 

Functions

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...
 

Detailed Description

Date
Dec 9, 2012
Author
Josh Bialkowski (jbial.nosp@m.k@mi.nosp@m.t.edu)

Definition in file normalize.h.