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

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

Introduction

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

Usage

From source file org.mitre.math.linear.BufferRealMatrix.java

/**
 * A {@link DoubleBuffer} RealMatrix class that supports storing
 * the matrix to disk allowing for much larger matrices.
 *
 * This uses a 64 MB block size which is a block of 1024 by 1024 of doubles.
 *