List of usage examples for org.apache.commons.math.linear RealVectorFormat RealVectorFormat
public RealVectorFormat()
From source file:legato.indexer.DocVector.java
@Override public String toString() { RealVectorFormat formatter = new RealVectorFormat(); return formatter.format(vector); }