#include <vectorvalue.hpp>
template<typename T>
class Feel::VectorValue< T >
interface to vector
- Author
- Christophe Prud'homme
- See Also
|
|
typedef T | value_type |
|
typedef value_type | vector_type |
|
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
template<typename T >
void Feel::VectorValue< T >::printMatlab |
( |
const std::string |
name = "NULL" , |
|
|
bool |
renumber = false |
|
) |
| const |
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.
The documentation for this class was generated from the following file: