linbox
BlasVector< _Field, _Storage >::rebind< _Tp1, _Rep2 > Struct Template Reference

Rebind operator. More...

#include <blas-vector.h>

Public Types

typedef BlasVector< _Tp1, _Rep2 > other
 

Public Member Functions

void operator() (other &Ap, const Self_t &A)
 

Detailed Description

template<class _Field, class _Storage>
template<typename _Tp1, typename _Rep2 = typename Rebind<Storage, _Tp1>::other>
struct LinBox::BlasVector< _Field, _Storage >::rebind< _Tp1, _Rep2 >

Rebind operator.

Member Typedef Documentation

◆ other

template<class _Field, class _Storage>
template<typename _Tp1, typename _Rep2 = typename Rebind<Storage, _Tp1>::other>
typedef BlasVector<_Tp1, _Rep2> other

Member Function Documentation

◆ operator()()

template<class _Field, class _Storage>
template<typename _Tp1, typename _Rep2 = typename Rebind<Storage, _Tp1>::other>
void operator() ( other & Ap,
const Self_t & A )
inline

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