mathcomp.la.external
Class JMP

java.lang.Object
  extended by mathcomp.la.external.JMP

public class JMP
extends java.lang.Object

Author:
pht

Constructor Summary
JMP()
           
 
Method Summary
static Vector convert(jmp.ElementalAccessVector v, IndexToInteger i2i)
           
static jmp.Matrix convert(Matrix m, IndexToInteger i2i)
           
static jmp.Vector convert(Vector v, IndexToInteger i2i)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JMP

public JMP()
Method Detail

convert

public static jmp.Matrix convert(Matrix m,
                                 IndexToInteger i2i)

convert

public static jmp.Vector convert(Vector v,
                                 IndexToInteger i2i)

convert

public static Vector convert(jmp.ElementalAccessVector v,
                             IndexToInteger i2i)