Zeroes out all values in this vector This method should be overloaded for a serious implementation.
()
| 1084 | * This method should be overloaded for a serious implementation. |
| 1085 | */ |
| 1086 | public void zeroOut() |
| 1087 | { |
| 1088 | for(int i = 0; i < length(); i++) |
| 1089 | set(i, 0.0); |
| 1090 | } |
| 1091 | |
| 1092 | /** |
| 1093 | * Provides a hashcode for Vectors. All vector implementations should return the |