interface to vector
More...
#include <vectorvalue.hpp>
List of all members.
Public Types |
|
|
typedef T | value_type |
|
typedef value_type | vector_type |
Detailed Description
template<typename T>
class Feel::VectorValue< T >
interface to vector
- Author:
- Christophe Prud'homme
- See also:
Member Function Documentation
Add value to the value already accumulated
Release all memory and return to a state just like after having called the default constructor.
close the gmm vector, that will copy the content of write optimized vector into a read optimized vector
see if vector has been closed and fully assembled yet
- Returns:
- true if vector is initialized/usable, false otherwise
Print the contents of the vector in Matlab's sparse vector forvec. Optionally prints the vector to the file named name. If name is not specified it is dumped to the screen.
return row_start, the index of the first vector row stored on this processor
return row_stop, the index of the last vector row (+1) stored on this processor
- Returns:
m, the row-dimension of the vector where the marix is
.
Returns the read optimized gmm vector.
Returns the read optimized gmm vector.
Set all entries to 0. This method retains sparsity structure.