Class pmr.cml.XMatrix
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class pmr.cml.XMatrix

java.lang.Object
   |
   +----pmr.cml.XMatrix

public class XMatrix
extends Object
Generic matrix class (int or double elements only) I imagine this will be merged in Euclid

Constructor Index

 o XMatrix(int, int, double[])
form from 1-dimensional array with columns moving fastest
 o XMatrix(int, int, double[], String)
as above, but indicate shape/structure of matrix
 o XMatrix(int, int, int[])
form from 1-dimensional array with columns moving fastest
 o XMatrix(int, int, int[], String)
as above, but indicate shape/structure of matrix

Method Index

 o debug()

Constructors

 o XMatrix
  public XMatrix(int rows,
                 int cols,
                 int values[])
form from 1-dimensional array with columns moving fastest
 o XMatrix
  public XMatrix(int rows,
                 int cols,
                 int values[],
                 String struct)
as above, but indicate shape/structure of matrix
 o XMatrix
  public XMatrix(int rows,
                 int cols,
                 double values[])
form from 1-dimensional array with columns moving fastest
 o XMatrix
  public XMatrix(int rows,
                 int cols,
                 double values[],
                 String struct)
as above, but indicate shape/structure of matrix

Methods

 o debug
  public void debug()

All Packages  Class Hierarchy  This Package  Previous  Next  Index