sim.util.matrix
Class Block

java.lang.Object
  extended by sim.util.matrix.Block

public class Block
extends java.lang.Object


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

m

public int m

n

public int n

rowoffset

public int rowoffset

coloffset

public int coloffset

vals

public double[][] vals
Constructor Detail

Block

public Block(int m,
             int n,
             int rowoffset,
             int coloffset,
             double[][] vals)