|
| Dense (corner_t n0, corner_t n1) |
| Dense (const Field &F) |
| Dense (corner_t n0, corner_t n1, const Elt p[], size_t ldp) |
| Dense (const Dense &y)=delete |
| Dense (const Dense &&y)=delete |
Dense | operator= (const Dense &y)=delete |
std::unique_ptr< Dense > | clone () const |
void | clear (const Field &F) |
void | bind (const Elt &r, const Field &F) |
void | bind_all (size_t logv, const Elt r[], const Field &F) |
Elt | at (corner_t j) const |
void | scale (const Elt &x, const Elt &x_last, const Field &F) |
Elt | at_corners (corner_t p0, corner_t p1, const Field &F) const |
T2 | t2_at_corners (corner_t p0, corner_t p1, const Field &F) const |
void | reshape (corner_t n0) |
Elt | scalar () |
|
corner_t | n0_ |
corner_t | n1_ |
std::vector< Elt > | v_ |
The documentation for this class was generated from the following file: