Home | History | Annotate | Download | only in linear

Lines Matching defs:vector

33  * Formats a vector in components list format "{v0; v1; ...; vk-1}".
39 * " { 1 ; 1 ; 1 } " will be parsed without error and the same vector will be
131 * @return available real vector format locales.
170 * Returns the default real vector format for the current locale.
171 * @return the default real vector format.
178 * Returns the default real vector format for the given locale.
180 * @return the real vector format specific to the given locale.
191 * @return A formatted vector
199 * @param vector the object to format.
205 public StringBuffer format(RealVector vector, StringBuffer toAppendTo,
215 for (int i = 0; i < vector.getDimension(); ++i) {
219 formatDouble(vector.getEntry(i), format, toAppendTo, pos);
320 // build vector