jhypercomplex.matrices
Class Matrix

java.lang.Object
  extended by jhypercomplex.matrices.Matrix
Direct Known Subclasses:
SquareMatrix

public abstract class Matrix
extends java.lang.Object


Constructor Summary
Matrix()
           
 
Method Summary
 void setComponents(java.lang.String[][] components)
           
 void setIsNumerical(boolean is_numerical)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Matrix

public Matrix()
Method Detail

setIsNumerical

public void setIsNumerical(boolean is_numerical)
Parameters:
is_numerical - 'true': Mathematical operations are carried out numerically. 'false': -- " -- algebraically.

setComponents

public void setComponents(java.lang.String[][] components)
                   throws java.lang.Exception
Throws:
java.lang.Exception