cvrMathLA.h File Reference
Definition of some useful global functions which are often needed in Linear Algebra Algorithms.
More...
#include "cvrVector.h"
#include "cvrMathLA_inline.h"
Go to the source code of this file.
|
Namespaces |
namespace | cvr |
Functions |
template<typename T > |
void | cvr::householder (vector< T > &v, T &beta) |
template<typename T > |
void | cvr::householder (const vector< T > &src, vector< T > &v, T &beta) |
template<typename T > |
void | cvr::givens (const T &a, const T &b, T &c, T &s) |
Detailed Description
Definition of some useful global functions which are often needed in Linear Algebra Algorithms.
These include:
- householder: calculates householder vector and beta
- givens: calculates cos and sin values for Givens rotations
- Author:
- Peter Doerfler
- Date:
- 27.04.2004
- Id
- cvrMathLA.h,v 1.4 2005/01/21 17:05:36 alvarado Exp