|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.ojalgo.matrix.BasicMatrix.Builder<N>
public abstract static class BasicMatrix.Builder<N extends Number>
| Constructor Summary | |
|---|---|
BasicMatrix.Builder(PhysicalStore.Factory<N> aFactory,
int aRowDim,
int aColDim)
|
|
| Method Summary | |
|---|---|
abstract BasicMatrix |
build()
|
BasicMatrix.Builder<N> |
set(int aRow,
int aCol,
double aNmbr)
|
BasicMatrix.Builder<N> |
set(int aRow,
int aCol,
Number aNmbr)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicMatrix.Builder(PhysicalStore.Factory<N> aFactory,
int aRowDim,
int aColDim)
| Method Detail |
|---|
public abstract BasicMatrix build()
public final BasicMatrix.Builder<N> set(int aRow,
int aCol,
double aNmbr)
public final BasicMatrix.Builder<N> set(int aRow,
int aCol,
Number aNmbr)
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||