Home
last modified time | relevance | path

Searched defs:matrixFormat (Results 1 – 4 of 4) sorted by relevance

/dports/biology/mothur/mothur-1.46.1/source/datastructures/
H A Dbiom.hpp56 …string matrixFormat, tableType; //examples: tableType = "OTU table", matrixFormat = "sparse" o… member in Biom
/dports/biology/mothur/mothur-1.46.1/TestMothur/
H A Dtestbiominfocommand.cpp60 string matrixFormat = "sparse"; in TEST() local
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/render/ps/
H A DType1FontFormatter.java104 … NumberFormat matrixFormat = new DecimalFormat("0.########", new DecimalFormatSymbols(Locale.US)); in printFontDictionary() local
/dports/biology/mothur/mothur-1.46.1/source/commands/
H A Dmakesharedcommand.cpp495 string matrixFormat = ""; in createSharedFromBiom() local
670 SharedRAbundVectors* SharedCommand::readData(string matrixFormat, string line, string matrixElement… in readData()