Example usage for org.apache.commons.math3.linear RealMatrix interface-usage

List of usage examples for org.apache.commons.math3.linear RealMatrix interface-usage

Introduction

In this page you can find the example usage for org.apache.commons.math3.linear RealMatrix interface-usage.

Usage

From source file eu.crisis_economics.abm.firm.io.InputOutputMatrix.java

/**
  * A forwarding implementation of the {@link RealMatrix} interface. This class
  * supplements {@link RealMatrix} with named rows and columns. Each row and
  * column in the matrix is linked to a verbose {@link String} name.
  * 
  * @author phillips

From source file syncleus.dann.data.matrix.SimpleRealMatrix.java

/**
 * The Java SimpleRealMatrix Class provides the fundamental operations of
 * numerical linear algebra. Various constructors create Matrices from two
 * dimensional arrays of double precision floating point numbers. Various "gets"
 * and "sets" provide access to sub-matrices and matrix elements. Several
 * methods implement basic matrix arithmetic, including matrix addition and