|
| int | IsVector1 () const |
| |
| int | N () const |
| |
| int | M () const |
| |
| int | K () const |
| |
| int | size () const |
| |
| | KNMK_ (const ShapeOfArray &s, const ShapeOfArray &si, const ShapeOfArray &sj, const ShapeOfArray &sk, R *u) |
| |
| | KNMK_ (R *u, const int n, const int m, const int k) |
| |
| | KNMK_ (const KNMK_< R > &U, const SubArray &si, const SubArray &sj, const SubArray &sk) |
| |
| | KNMK_ (const KNMK_< R > &u) |
| |
| int | ijk (const int i, const int j, const int k) const |
| |
| int | indexijk (int i, int j, int k) const |
| |
| R & | operator() (int i, int j, int k) const |
| |
| KN_< R > | operator() (const char, int j, int k) const |
| |
| KN_< R > | operator() (int i, const char, int k) const |
| |
| KN_< R > | operator() (int i, int j, const char) const |
| |
| KNM_< R > | operator() (const char, const char, int k) const |
| |
| KNM_< R > | operator() (const char, int j, const char) const |
| |
| KNM_< R > | operator() (int i, const char, const char) const |
| |
| const KNMK_ & | operator= (const KNMK_< R > &u) |
| |
| const KNMK_ & | operator+= (const KNMK_< R > &u) |
| |
| const KNMK_ & | operator-= (const KNMK_< R > &u) |
| |
| const KNMK_ & | operator/= (const KNMK_< R > &u) |
| |
| const KNMK_ & | operator*= (const KNMK_< R > &u) |
| |
| const KNMK_ & | operator= (R a) |
| |
| const KNMK_ & | operator+= (R a) |
| |
| const KNMK_ & | operator-= (R a) |
| |
| const KNMK_ & | operator/= (R a) |
| |
| const KNMK_ & | operator*= (R a) |
| |
| KNMK_ | operator() (SubArray si, SubArray sj, SubArray sk) const |
| |
| int | N () const |
| |
| int | size () const |
| |
| | operator R* () const |
| |
| | KN_ (const KN_< R > &u) |
| |
| | KN_ (const KN_< R > &U, const SubArray &sa) |
| |
| KN_ | operator() (const SubArray &sa) const |
| |
| R & | operator[] (int i) const |
| |
| R & | operator() (int i) const |
| |
| R | operator, (const KN_< R > &v) const |
| |
| const KN_ & | operator= (const KN_< R > &u) |
| |
| const KN_ & | operator+= (const KN_< R > &u) |
| |
| const KN_ & | operator-= (const KN_< R > &u) |
| |
| const KN_ & | operator*= (const KN_< R > &u) |
| |
| const KN_ & | operator/= (const KN_< R > &u) |
| |
| const KN_ & | operator= (R a) |
| |
| const KN_ & | operator+= (R a) |
| |
| const KN_ & | operator-= (R a) |
| |
| const KN_ & | operator/= (R a) |
| |
| const KN_ & | operator*= (R a) |
| |
| R | KNMmin () const |
| |
| R | KNMmax () const |
| |
| R | sum () const |
| |
| KN_ & | map (R(*)(R)) |
| |
| const KN_ & | operator= (const Add_KN_< R > &u) |
| |
| const KN_ & | operator+= (const Add_KN_< R > &u) |
| |
| const KN_ & | operator-= (const Add_KN_< R > &u) |
| |
| const KN_ & | operator= (const Sub_KN_< R > &u) |
| |
| const KN_ & | operator-= (const Sub_KN_< R > &u) |
| |
| const KN_ & | operator+= (const Sub_KN_< R > &u) |
| |
| const KN_ & | operator= (const Mulc_KN_< R > &u) |
| |
| const KN_ & | operator+= (const Mulc_KN_< R > &u) |
| |
| const KN_ & | operator-= (const Mulc_KN_< R > &u) |
| |
| const KN_ & | operator= (const Add_Mulc_KN_< R > &u) |
| |
| const KN_ & | operator+= (const Add_Mulc_KN_< R > &u) |
| |
| const KN_ & | operator-= (const Add_Mulc_KN_< R > &u) |
| |
| const KN_ & | operator= (const Mul_KNM_KN_< R > &u) |
| |
| const KN_ & | operator+= (const Mul_KNM_KN_< R > &u) |
| |
| const KN_ & | operator-= (const Mul_KNM_KN_< R > &u) |
| |
| const KN_ & | operator= (const MatriceCreuseMulKN_< R > &) |
| |
| const KN_ & | operator= (const MatriceCreuseDivKN_< R > &) |
| |
| | ShapeOfArray (const ShapeOfArray &s, int nn) |
| |
| | ShapeOfArray (int nn) |
| |
| | ShapeOfArray (int nn, int s) |
| |
| | ShapeOfArray (int nn, int s, int nextt) |
| |
| | ShapeOfArray (const ShapeOfArray &old, const SubArray &sub) |
| |
| | ShapeOfArray (const ShapeOfArray &old, int stepo, int start) |
| |
| int | end () const |
| |
| int | last () const |
| |
| int | constant () const |
| |
| int | index (int k) const |
| |
| ShapeOfArray | operator* (int stepp) const |
| |
| bool | SameShape (const ShapeOfArray &a) const |
| |
| int | N (const ShapeOfArray &a) |
| |
| int | operator[] (int k) const |
| |
template<class R>
class LifeV::KNMK_< R >
Definition at line 108 of file RNM.hpp.