#include <defgrad_coeffs.hpp>


| Public Types | |
| typedef Eigen::SparseVector < real_type > | TSparseVector | 
| typedef TSparseVector | Type_vector_of_sparse_vectors [dimension] | 
| Public Member Functions | |
| Type_vector_of_sparse_vectors & | data () | 
| const Type_vector_of_sparse_vectors & | data () const | 
| const VectorOfSparseVectors < dimension > | operator* (const double &other) const | 
| VectorOfSparseVectors < dimension > & | operator*= (const double &other) | 
| const VectorOfSparseVectors < dimension > | operator+ (const VectorOfSparseVectors< dimension > &other) const | 
| VectorOfSparseVectors < dimension > & | operator+= (const VectorOfSparseVectors< dimension > &other) | 
| const VectorOfSparseVectors < dimension > | operator- (const VectorOfSparseVectors< dimension > &other) const | 
| VectorOfSparseVectors < dimension > & | operator-= (const VectorOfSparseVectors< dimension > &other) | 
| const VectorOfSparseVectors < dimension > | operator/ (const double &other) const | 
| VectorOfSparseVectors < dimension > & | operator/= (const double &other) | 
| VectorOfSparseVectors < dimension > & | operator= (const VectorOfSparseVectors< dimension > &other) | 
| TSparseVector & | operator[] (unsigned int index) | 
| const TSparseVector & | operator[] (unsigned int index) const | 
| void | swap (VectorOfSparseVectors< dimension > &other) | 
| VectorOfSparseVectors (const VectorOfSparseVectors< dimension > &other) | |
| Public Attributes | |
| EIGEN_MAKE_ALIGNED_OPERATOR_NEW typedef double | real_type | 
| Protected Attributes | |
| Type_vector_of_sparse_vectors | _data | 
 1.5.6
 1.5.6