Package | Description |
---|---|
cern.colt.matrix.doublealgo |
Double matrix algorithms such as print formatting, sorting, partitioning and statistics.
|
cern.colt.matrix.impl |
Matrix implementations; You normally need not look at this package, because all concrete classes implement the abstract interfaces of
cern.colt.matrix , without subsetting or supersetting. |
cern.colt.matrix.objectalgo |
Object matrix algorithms such as print formatting, sorting, partitioning and statistics.
|
Modifier and Type | Method and Description |
---|---|
protected String |
Formatter.form(AbstractMatrix1D matrix,
int index,
Former formatter)
Converts a given cell to a String; no alignment considered.
|
protected String |
Formatter.form(DoubleMatrix1D matrix,
int index,
Former formatter)
Converts a given cell to a String; no alignment considered.
|
Modifier and Type | Method and Description |
---|---|
Former |
FormerFactory.create(String format)
Constructs and returns a new format instance.
|
Modifier and Type | Method and Description |
---|---|
protected abstract String |
AbstractFormatter.form(AbstractMatrix1D matrix,
int index,
Former formatter)
Converts a given cell to a String; no alignment considered.
|
Modifier and Type | Method and Description |
---|---|
protected String |
Formatter.form(AbstractMatrix1D matrix,
int index,
Former formatter)
Converts a given cell to a String; no alignment considered.
|
protected String |
Formatter.form(ObjectMatrix1D matrix,
int index,
Former formatter)
Converts a given cell to a String; no alignment considered.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.