NICE
Northeastern Interactive Clustering Engine
Public Member Functions | List of all members
Nice::GpuSvdSolver< T > Class Template Reference

#include <gpu_svd_solver.h>

Public Member Functions

 GpuSvdSolver ()
 
void Compute (const Matrix< T > &A)
 
Matrix< T > MatrixU () const
 
Matrix< T > MatrixV () const
 
Vector< T > SingularValues () const
 

Constructor & Destructor Documentation

template<typename T>
Nice::GpuSvdSolver< T >::GpuSvdSolver ( )
inline

Member Function Documentation

template<typename T>
void Nice::GpuSvdSolver< T >::Compute ( const Matrix< T > &  A)
inline
template<typename T>
Matrix<T> Nice::GpuSvdSolver< T >::MatrixU ( ) const
inline
template<typename T>
Matrix<T> Nice::GpuSvdSolver< T >::MatrixV ( ) const
inline
template<typename T>
Vector<T> Nice::GpuSvdSolver< T >::SingularValues ( ) const
inline

The documentation for this class was generated from the following file: