Example usage for org.apache.commons.math.linear Array2DRowRealMatrix subclass-usage

List of usage examples for org.apache.commons.math.linear Array2DRowRealMatrix subclass-usage

Introduction

In this page you can find the example usage for org.apache.commons.math.linear Array2DRowRealMatrix subclass-usage.

Usage

From source file edu.cudenver.bios.matrixsvc.application.NamedRealMatrix.java

/**
 * This is a wrapper for the {@link Array2DRowRealMatrix} 
 * which adds a 'name' attribute for the matrix.
 * @author Jonathan Cohen
 *
 */