irlba
A C++ library for IRLBA
Loading...
Searching...
No Matches
Public Types | List of all members
irlba::get_adjoint_workspace< Matrix_, typename > Struct Template Reference

Get the type of workspace for wrapped_adjoint_multiply(). More...

#include <wrappers.hpp>

Public Types

typedef Matrix_::AdjointWorkspace type
 

Detailed Description

template<class Matrix_, typename = int>
struct irlba::get_adjoint_workspace< Matrix_, typename >

Get the type of workspace for wrapped_adjoint_multiply().

Template Parameters
Matrix_Class satisfying the MockMatrix interface.

Member Typedef Documentation

◆ type

template<class Matrix_ , typename = int>
typedef Matrix_::AdjointWorkspace irlba::get_adjoint_workspace< Matrix_, typename >::type

Alias for the workspace type.


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