Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

LinearAlgebraFlags.H File Reference


Detailed Description

Definition in file LinearAlgebraFlags.H.

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef int SvdFlag

Enumerations

enum  SvdAlgo { SVD_LAPACK, SVD_GSL }

Variables

const SvdFlag SVD_FULL = (1 << 0)
 compute the full svd including nullspace
const SvdFlag SVD_TALL = (1 << 1)
 use algorithm optimized for tall matrices


Enumeration Type Documentation

enum SvdAlgo
 

Enumerator:
SVD_LAPACK  use the fortran-77 lapack function dgesdd_()
SVD_GSL  use the gsl function SV_decomp()

Definition at line 41 of file LinearAlgebraFlags.H.


Variable Documentation

const SvdFlag SVD_FULL = (1 << 0)
 

compute the full svd including nullspace

Definition at line 49 of file LinearAlgebraFlags.H.

Referenced by Image_xx_svd_full_xx_1(), lapack::svd(), gsl::svd(), and lapack::svdf().

const SvdFlag SVD_TALL = (1 << 1)
 

use algorithm optimized for tall matrices

Definition at line 50 of file LinearAlgebraFlags.H.

Referenced by Image_xx_svd_gsl_xx_1(), svd(), gsl::svd(), and svdf().


Generated on Sun Nov 22 13:44:07 2009 for iLab Neuromorphic Vision Toolkit by  doxygen 1.4.4