Class, which calculates the Gram matrix M * M^T for each matrix of the array.
More...
|
Array< concepts::Mapping< F, dim > > & | apply (concepts::Mapping< F, dim > &fnc(concepts::Mapping< F, dim > &)) |
| Application operator to each component, e.g. More...
|
|
Array< concepts::Mapping< F, dim > > & | apply (const Array< H > &a, concepts::Mapping< F, dim > fnc(const H &)) |
| Application operator to each component. More...
|
|
Array< concepts::Mapping< F, dim > > & | apply (const Array< H > &a, concepts::Mapping< F, dim > fnc(const H &, const concepts::Mapping< F, dim > &)) |
| Application operator to each component. More...
|
|
| ArrayGramMatrix (const concepts::Array< concepts::Mapping< F, dim > > &array) |
|
uint | cursize () const |
| Returns the size of the allocated memory. More...
|
|
std::ostream & | info (std::ostream &os) const |
|
int | memory () const |
| Returns the memory usage in bytes. More...
|
|
| operator concepts::Mapping< F, dim > * () |
| Returns a pointer to the array. More...
|
|
| operator const concepts::Mapping< F, dim > * () const |
| Returns a pointer to the array. More...
|
|
Array< concepts::Mapping< F, dim > > & | operator*= (const Array< H > &a) |
| Multiplication operator. More...
|
|
Array< concepts::Mapping< F, dim > > & | operator*= (const G n) |
| Scaling operator. More...
|
|
Array< concepts::Mapping< F, dim > > & | operator+= (const Array< H > &a) |
| Addition operator. More...
|
|
Array< concepts::Mapping< F, dim > > & | operator+= (const concepts::Mapping< F, dim > n) |
| Addition operator. More...
|
|
Array< concepts::Mapping< F, dim > > | operator- () const |
| Negation operator. More...
|
|
Array< concepts::Mapping< F, dim > > & | operator-= (const Array< H > &a) |
| Subtraction operator. More...
|
|
Array< concepts::Mapping< F, dim > > & | operator-= (const concepts::Mapping< F, dim > n) |
| Subtraction operator. More...
|
|
concepts::Mapping< F, dim > & | operator[] (const int i) |
| Index operator. More...
|
|
const concepts::Mapping< F, dim > & | operator[] (const int i) const |
| Index operator. More...
|
|
void | resize (const uint sz) |
| Resizes the array. More...
|
|
void | resizePreserve (const uint sz) |
| Resizes the array. More...
|
|
Array< concepts::Mapping< F, dim > > & | reverse () |
| Reverse the order of the entries. More...
|
|
uint | size () const |
| Returns the requested size of the array. More...
|
|
void | zeros () |
| Fills the memory with zeros. More...
|
|
template<class F, int dim>
class concepts::ArrayGramMatrix< F, dim >
Class, which calculates the Gram matrix M * M^T for each matrix of the array.
- Author
- Kersten Schmidt, 2006
Definition at line 107 of file arrays.hh.