|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsim.util.matrix.Block
public class Block
Field Summary | |
---|---|
int |
coloffset
|
int |
m
|
int |
n
|
int |
rowoffset
|
double[][] |
vals
|
Constructor Summary | |
---|---|
Block(int m,
int n,
int rowoffset,
int coloffset,
double[][] vals)
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public int m
public int n
public int rowoffset
public int coloffset
public double[][] vals
Constructor Detail |
---|
public Block(int m, int n, int rowoffset, int coloffset, double[][] vals)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |