Changeset 597 for trunk/c++_tools/gslapi/vector.h
- Timestamp:
- Aug 28, 2006, 3:03:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/c++_tools/gslapi/vector.h
r581 r597 187 187 188 188 /// 189 /// Vector addition, \f$ this_i = this_i + other_i \; \forall i\f$.189 /// Vector addition, \f$ this_i = this_i + other_i \; \forall i \f$. 190 190 /// 191 191 /// @return GSL_SUCCESS on normal exit. … … 195 195 196 196 /// 197 /// Add a constant to a vector, \f$ this_i = this_i + term \;198 /// \forall i \f$.197 /// Add a constant to a vector, \f$ this_i = this_i + term \; 198 /// \forall i \f$. 199 199 /// 200 200 /// @return GSL_SUCCESS on normal exit. … … 204 204 205 205 /// 206 /// This function performs element-wise division, \f$ this_i =207 /// this_i/other_i \; \forall i \f$.206 /// This function performs element-wise division, \f$ this_i = 207 /// this_i/other_i \; \forall i \f$. 208 208 /// 209 209 /// @return GSL_SUCCESS on normal exit. … … 279 279 280 280 /// 281 /// This function performs element-wise multiplication, \f$ this_i =282 /// this_i * other_i \; \forall i \f$.281 /// This function performs element-wise multiplication, \f$ this_i = 282 /// this_i * other_i \; \forall i \f$. 283 283 /// 284 284 /// @return GSL_SUCCESS on normal exit. … … 296 296 297 297 /// 298 /// Rescale vector, \f$ this_i = this_i * factor \; \forall i\f$.298 /// Rescale vector, \f$ this_i = this_i * factor \; \forall i \f$. 299 299 /// 300 300 /// @return GSL_SUCCESS on normal exit. … … 350 350 351 351 /// 352 /// Vector subtraction, \f$ this_i = this_i - other_i \; \forall i\f$.352 /// Vector subtraction, \f$ this_i = this_i - other_i \; \forall i \f$. 353 353 /// 354 354 /// @return GSL_SUCCESS on normal exit.
Note: See TracChangeset
for help on using the changeset viewer.