reginad>
, |
|
|
const T & |
|
|
) |
[inline, virtual] |
|
|
Sets the element at the given index in the vector to the given value.
- Precondition:
index is between 0 and size()-1 inclusive.
- Parameters:
-
| index | the vector index to examine. |
| value | the new value to assign to the element. |
- Returns:
- the vector element at the given index.
Implements regina::NVector< T >. |
|
|
Subtracts the given multiple of the given vector to this vector.
- Precondition:
- This and the given vector have the same size.
- Parameters:
-
| other | the vector a multiple of which will be subtracted from this vector. |
| multiple | the multiple of other to be subtracted from this vector. |
Implements regina::NVector< T >. |
Member Data Documentation
|
|
The row or column of the matrix that is this vector.
|
|
|
The matrix to which this row or column belongs.
|
The documentation for this class was generated from the following file:
Copyright © 1999-2004, Ben Burton
This software is released under the GNU General Public License.
For further information, or to submit a bug or other problem, please
contact Ben Burton (
bab@debian.org).