My Project  debian-1:4.1.1-p2+ds-4build2
Public Member Functions
ap::raw_vector< T > Class Template Reference

#include <ap.h>

Public Member Functions

 raw_vector (T *Data, int Length, int Step)
 
TGetData ()
 
 raw_vector (T *Data, int Length, int Step)
 
TGetData ()
 
- Public Member Functions inherited from ap::const_raw_vector< T >
 const_raw_vector (const T *Data, int Length, int Step)
 
const TGetData () const
 
int GetLength () const
 
int GetStep () const
 
 const_raw_vector (const T *Data, int Length, int Step)
 
const TGetData () const
 
int GetLength () const
 
int GetStep () const
 

Additional Inherited Members

- Protected Attributes inherited from ap::const_raw_vector< T >
TpData
 
int iLength
 
int iStep
 

Detailed Description

template<class T>
class ap::raw_vector< T >

Definition at line 172 of file ap.h.

Constructor & Destructor Documentation

◆ raw_vector() [1/2]

template<class T >
ap::raw_vector< T >::raw_vector ( T Data,
int  Length,
int  Step 
)
inline

Definition at line 184 of file ap.h.

185 {

◆ raw_vector() [2/2]

template<class T >
ap::raw_vector< T >::raw_vector ( T Data,
int  Length,
int  Step 
)
inline

Definition at line 192 of file svd_si.h.

193 {

Member Function Documentation

◆ GetData() [1/2]

template<class T >
T* ap::raw_vector< T >::GetData ( )
inline

Definition at line 186 of file ap.h.

195  {

◆ GetData() [2/2]

template<class T >
T* ap::raw_vector< T >::GetData ( )
inline

Definition at line 194 of file svd_si.h.

203  {

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