#include <mvvf.h>
Public Member Functions | |
int | dim () const |
MV_Vector_float (const MV_Vector_float &V, MV_Vector_::ref_type i) | |
MV_Vector_float (float *d, int N, MV_Vector_::ref_type i) | |
MV_Vector_float (const MV_Vector_float &) | |
MV_Vector_float (const float *, int) | |
MV_Vector_float (float *, int) | |
MV_Vector_float (int, const float &) | |
MV_Vector_float (int) | |
MV_Vector_float () | |
MV_Vector_float & | newsize (int) |
int | null () const |
const MV_Vector_float | operator() (const MV_VecIndex &I) const |
const MV_Vector_float | operator() (void) const |
MV_Vector_float | operator() (void) |
MV_Vector_float | operator() (const MV_VecIndex &I) |
const float & | operator() (int i) const |
float & | operator() (int i) |
MV_Vector_float & | operator= (const float &) |
MV_Vector_float & | operator= (const MV_Vector_float &) |
const float & | operator[] (int i) const |
float & | operator[] (int i) |
int | ref () const |
int | size () const |
~MV_Vector_float () | |
Protected Attributes | |
int | dim_ |
float * | p_ |
int | ref_ |
Friends | |
std::ostream & | operator<< (std::ostream &s, const MV_Vector_float &A) |
Definition at line 52 of file mvvf.h.
MV_Vector_float::MV_Vector_float | ( | ) |
MV_Vector_float::MV_Vector_float | ( | int | ) |
MV_Vector_float::MV_Vector_float | ( | int | , | |
const float & | ||||
) |
MV_Vector_float::MV_Vector_float | ( | float * | , | |
int | ||||
) |
MV_Vector_float::MV_Vector_float | ( | const float * | , | |
int | ||||
) |
MV_Vector_float::MV_Vector_float | ( | const MV_Vector_float & | ) |
MV_Vector_float::MV_Vector_float | ( | float * | d, | |
int | N, | |||
MV_Vector_::ref_type | i | |||
) | [inline] |
MV_Vector_float::MV_Vector_float | ( | const MV_Vector_float & | V, | |
MV_Vector_::ref_type | i | |||
) | [inline] |
MV_Vector_float::~MV_Vector_float | ( | ) |
MV_Vector_float& MV_Vector_float::newsize | ( | int | ) |
const MV_Vector_float MV_Vector_float::operator() | ( | const MV_VecIndex & | I | ) | const |
const MV_Vector_float MV_Vector_float::operator() | ( | void | ) | const |
MV_Vector_float MV_Vector_float::operator() | ( | void | ) |
MV_Vector_float MV_Vector_float::operator() | ( | const MV_VecIndex & | I | ) |
const float& MV_Vector_float::operator() | ( | int | i | ) | const [inline] |
MV_Vector_float& MV_Vector_float::operator= | ( | const float & | ) |
MV_Vector_float& MV_Vector_float::operator= | ( | const MV_Vector_float & | ) |
const float& MV_Vector_float::operator[] | ( | int | i | ) | const [inline] |
std::ostream& operator<< | ( | std::ostream & | s, | |
const MV_Vector_float & | A | |||
) | [friend] |
int MV_Vector_float::dim_ [protected] |
float* MV_Vector_float::p_ [protected] |
int MV_Vector_float::ref_ [protected] |