#include <arrays.h>
|
| Xvctr (long s) |
| CONSTRUCTOR. More...
|
|
virtual | ~Xvctr () |
| DESTRUCTOR. More...
|
|
virtual arrayClassType | give_classid () const =0 |
|
virtual void | cpat (long i, const Xvctr *p, long j)=0 |
|
virtual void | shift (long val)=0 |
|
void | deshift (void) |
|
virtual bool | scan (const char *&src)=0 |
|
virtual long | give_size (void) const |
|
virtual double | give_lenght (void) const =0 |
|
double | give_zero (double abszero, double relzero) const |
|
virtual int | length_printed_vector (int precision) const =0 |
|
virtual int | length_printed_tensor (int precision) const =0 |
|
virtual void | print_vector (char *stream, int precision, double absZero=0.0, bool zerorest=false) const =0 |
|
virtual void | print_symtensor (char *stream, int precision, double absZero=0.0, bool zerorest=false) const =0 |
|
virtual void | print_symtensor (FILE *stream, int precision, double absZero=0.0, bool zerorest=false) const =0 |
|
| Array1d () |
| CONSTRUCTOR. More...
|
|
virtual | ~Array1d () |
| DESTRUCTOR. More...
|
|
virtual int | length_printed (int precision) const =0 |
|
virtual void | print (char *stream, int precision, double absZero=0.0) const =0 |
|
| Array () |
| CONSTRUCTOR. More...
|
|
virtual | ~Array () |
| DESTRUCTOR. More...
|
|
virtual arrayTypedef | give_arrayTypedef (void) const =0 |
|
Definition at line 388 of file arrays.h.
gelibspace::Xvctr::Xvctr |
( |
long |
s | ) |
|
|
inline |
virtual gelibspace::Xvctr::~Xvctr |
( |
| ) |
|
|
inlinevirtual |
virtual void gelibspace::Xvctr::cpat |
( |
long |
i, |
|
|
const Xvctr * |
p, |
|
|
long |
j |
|
) |
| |
|
pure virtual |
void gelibspace::Xvctr::deshift |
( |
void |
| ) |
|
|
inline |
virtual double gelibspace::Xvctr::give_lenght |
( |
void |
| ) |
const |
|
pure virtual |
virtual long gelibspace::Xvctr::give_size |
( |
void |
| ) |
const |
|
inlinevirtual |
double gelibspace::Xvctr::give_zero |
( |
double |
abszero, |
|
|
double |
relzero |
|
) |
| const |
virtual int gelibspace::Xvctr::length_printed_tensor |
( |
int |
precision | ) |
const |
|
pure virtual |
virtual int gelibspace::Xvctr::length_printed_vector |
( |
int |
precision | ) |
const |
|
pure virtual |
virtual void gelibspace::Xvctr::print_symtensor |
( |
char * |
stream, |
|
|
int |
precision, |
|
|
double |
absZero = 0.0 , |
|
|
bool |
zerorest = false |
|
) |
| const |
|
pure virtual |
virtual void gelibspace::Xvctr::print_symtensor |
( |
FILE * |
stream, |
|
|
int |
precision, |
|
|
double |
absZero = 0.0 , |
|
|
bool |
zerorest = false |
|
) |
| const |
|
pure virtual |
virtual void gelibspace::Xvctr::print_vector |
( |
char * |
stream, |
|
|
int |
precision, |
|
|
double |
absZero = 0.0 , |
|
|
bool |
zerorest = false |
|
) |
| const |
|
pure virtual |
virtual bool gelibspace::Xvctr::scan |
( |
const char *& |
src | ) |
|
|
pure virtual |
virtual void gelibspace::Xvctr::shift |
( |
long |
val | ) |
|
|
pure virtual |
long gelibspace::Xvctr::asize |
|
protected |
bool gelibspace::Xvctr::cnst |
|
protected |
bool gelibspace::Xvctr::exta |
|
protected |
long gelibspace::Xvctr::shft |
|
protected |
long gelibspace::Xvctr::size |
|
protected |
The documentation for this class was generated from the following files:
- /home/termit/CVUT/GRANT_micromechanics/muMECH/src/gelib/arrays.h
- /home/termit/CVUT/GRANT_micromechanics/muMECH/src/gelib/arrays.cpp