List of usage examples for org.apache.commons.math.linear AbstractRealMatrix subclass-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.
*