@Deprecated public class Matrix3D<G,M,W> extends Object
Modifier and Type | Field and Description |
---|---|
protected org.ujmp.core.Matrix |
mat
Deprecated.
|
Constructor and Description |
---|
Matrix3D(int x,
int y,
int z)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
add(G g,
M m,
W w)
Deprecated.
|
void |
addG(G g)
Deprecated.
|
void |
addM(M m)
Deprecated.
|
void |
addW(W w)
Deprecated.
|
Stream<M> |
col(G g,
W w)
Deprecated.
|
Stream<W> |
cut(G g,
M m)
Deprecated.
|
Stream<W> |
cut(Stream<G> gs,
M m)
Deprecated.
|
boolean |
get(G g,
M m,
W w)
Deprecated.
|
Set<G> |
getGs()
Deprecated.
|
Set<M> |
getMs()
Deprecated.
|
Set<Pair<G,W>> |
getPairsGW(M m)
Deprecated.
|
Set<W> |
getWs()
Deprecated.
|
Stream<G> |
row(M m,
W w)
Deprecated.
|
protected final org.ujmp.core.Matrix mat
public Matrix3D(int x, int y, int z)
public final void add(G g, M m, W w) throws NullPointerException
NullPointerException
public final boolean get(G g, M m, W w) throws NullPointerException
NullPointerException
Copyright © 2010–2019 Francesco Kriegel. All rights reserved.