Class Matrix

java.lang.Object
edu.cmu.tetrad.util.Matrix
All Implemented Interfaces:
TetradSerializable, Serializable

public class Matrix extends Object implements TetradSerializable
Wraps the Apache math3 linear algebra library for most uses in Tetrad. Specialized uses will still have to use the library directly. One issue is that we need to be able to represent empty matrices gracefully; this case is handled separately and incorporated into the class.
Version:
$Id: $Id
Author:
josephramsey
See Also: